mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 02:54:38 +00:00
opnsense_bootgrid_plugin.js tabs vs spaces
This commit is contained in:
parent
fd6621d491
commit
4cb9747eab
@ -443,11 +443,11 @@ $.fn.UIBootgrid = function (params) {
|
||||
} else if ($(this).hasClass('command-edit')) {
|
||||
$(this).attr('title', $.fn.UIBootgrid.defaults.editText);
|
||||
} else if ($(this).hasClass('command-toggle')) {
|
||||
if ($(this).data('value') == 1) {
|
||||
if ($(this).data('value') == 1) {
|
||||
$(this).attr('title', $.fn.UIBootgrid.defaults.disableText);
|
||||
} else {
|
||||
} else {
|
||||
$(this).attr('title', $.fn.UIBootgrid.defaults.enableText);
|
||||
}
|
||||
}
|
||||
} else if ($(this).hasClass('command-delete')) {
|
||||
$(this).attr('title', $.fn.UIBootgrid.defaults.deleteText);
|
||||
} else if ($(this).hasClass('command-info')) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user