mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Pass correct context
This commit is contained in:
parent
2a13268fe3
commit
e62ce165f5
@ -246,7 +246,9 @@
|
||||
maximizeIfSelected: true,
|
||||
complete: function($newPanel) {
|
||||
$newPanel.detailView(
|
||||
naas.mainNetworks[itemID].detailView
|
||||
$.extend(true, {}, naas.mainNetworks[itemID].detailView, {
|
||||
context: { zones: context.physicalResources }
|
||||
})
|
||||
);
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user