1
0
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:
Daniel Molina 2015-07-02 11:29:53 +02:00
parent 04d289b493
commit 3a12e9a3df

View File

@ -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);
}
}