From 8cf1102b0a8f175f7d1d87c2003e805a9b15bc9c Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Wed, 12 Nov 2014 13:47:53 -0800 Subject: [PATCH] CLOUDSTACK-7892: UI > Infrastructure > zone > physical network > guest > details tab > network tab > detail view > execute handlers attached to event 'cloudStack.module.sharedFunctions.addExtraProperties'. --- ui/scripts/system.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 4aefaf8490b..cce1ff8cd29 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -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