mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-7892: UI > Infrastructure > zone > physical network > guest > details tab > network tab > detail view > execute handlers attached to event 'cloudStack.module.sharedFunctions.addExtraProperties'.
This commit is contained in:
parent
aff3a261e0
commit
8cf1102b0a
@ -1954,6 +1954,12 @@
|
||||
success: function (json) {
|
||||
selectedGuestNetworkObj = json.listnetworksresponse.network[0];
|
||||
addExtraPropertiesToGuestNetworkObject(selectedGuestNetworkObj);
|
||||
|
||||
$(window).trigger('cloudStack.module.sharedFunctions.addExtraProperties', {
|
||||
obj: selectedGuestNetworkObj,
|
||||
objType: "Network"
|
||||
});
|
||||
|
||||
args.response.success({
|
||||
actionFilter: cloudStack.actionFilter.guestNetwork,
|
||||
data: selectedGuestNetworkObj
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user