1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Merge pull request #268 from juanmont/feature-hollow

removed hollow attribute
This commit is contained in:
Jaime Melis 2017-04-19 16:32:26 +02:00 committed by GitHub
commit bb33da70f4

View File

@ -359,17 +359,12 @@ define(function(require) {
var empty_label = (label == undefined || label == "");
empty = (empty && empty_label);
if (empty_label){
if (empty_label) {
$("span.advanced-search-label", context).text("-");
} else {
$("span.advanced-search-label", context).text(label);
}
if(empty){
$("button.search-dropdown", context).addClass("hollow");
} else {
$("button.search-dropdown", context).removeClass("hollow");
}
});
$.fn.dataTable.ext.search.push(