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:
Jessica Wang 2014-11-12 13:47:53 -08:00
parent aff3a261e0
commit 8cf1102b0a

View File

@ -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