mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
feature #3748: Hide check_all for onlyOneCheck and checkboxes for selectable tables
This commit is contained in:
parent
04d289b493
commit
3a12e9a3df
@ -178,6 +178,7 @@ define(function(require) {
|
||||
|
||||
if (this.conf.oneSelection == true) {
|
||||
this.onlyOneCheckboxListener();
|
||||
$(".check_all", that.dataTable).hide();
|
||||
}
|
||||
|
||||
if (this.conf.info) {
|
||||
@ -189,11 +190,7 @@ define(function(require) {
|
||||
}
|
||||
|
||||
if (this.conf.select) {
|
||||
if (opts && opts.selectOptions) {
|
||||
$.extend(this.selectOptions, opts.selectOptions);
|
||||
}
|
||||
|
||||
this.initSelectResourceTableSelect();
|
||||
that.dataTable.fnSetColumnVis(0, false);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user