mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-20 10:50:08 +03:00
Feature #3748: Remove hardcoded datatable column visibility
This commit is contained in:
parent
25ff8d073b
commit
569198b916
@ -158,11 +158,9 @@ define(function(require) {
|
||||
that.recountCheckboxes();
|
||||
})
|
||||
|
||||
this.dataTable.fnSetColumnVis(0, false);
|
||||
this.dataTable.fnSort([[1, SunstoneConfig.tableOrder]]);
|
||||
|
||||
if (this.conf.actions) {
|
||||
this.dataTable.fnSetColumnVis(0, true);
|
||||
this.initCheckAllBoxes();
|
||||
this.tableCheckboxesListener();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user