mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
removed hollow attribute
This commit is contained in:
parent
ba69ddcdb3
commit
fb308e7e80
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user