mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
feature #3748: Recount checkboxes onShow
This commit is contained in:
parent
1d94658d58
commit
c70065268b
@ -496,8 +496,10 @@ define(function(require) {
|
||||
//show tab
|
||||
_showRighList(tabName);
|
||||
|
||||
// TODO Add recountCheckboxes
|
||||
//recountCheckboxes($(".dataTable", tab).first());
|
||||
var dataTable = SunstoneCfg['tabs'][tabName]['dataTable'];
|
||||
if (dataTable) {
|
||||
dataTable.recountCheckboxes();
|
||||
}
|
||||
|
||||
var res = SunstoneCfg['tabs'][tabName]['resource']
|
||||
if (res) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user