mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-26 06:50:09 +03:00
Bug #4569: Fix individual info panel in cloud view
This commit is contained in:
parent
e44a2d349b
commit
503ea65c89
@ -722,8 +722,10 @@ define(function(require) {
|
||||
|
||||
Foundation.reflow(context, 'tabs');
|
||||
|
||||
$('[href="' + activaTabHref + '"]', context).trigger("click");
|
||||
$('#' + containerId + 'Tabs', context).trigger('change.zf.tabs');
|
||||
if(activaTabHref != undefined){
|
||||
$('[href="' + activaTabHref + '"]', context).trigger("click");
|
||||
$('#' + containerId + 'Tabs', context).trigger('change.zf.tabs');
|
||||
}
|
||||
|
||||
if (hooks) {
|
||||
$.each(hooks, function(i, hook){
|
||||
|
Loading…
x
Reference in New Issue
Block a user