Repository: cloudstack Updated Branches: refs/heads/master aff3a261e -> 8cf1102b0
CLOUDSTACK-7892: UI > Infrastructure > zone > physical network > guest > details tab > network tab > detail view > execute handlers attached to event 'cloudStack.module.sharedFunctions.addExtraProperties'. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8cf1102b Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8cf1102b Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8cf1102b Branch: refs/heads/master Commit: 8cf1102b0a8f175f7d1d87c2003e805a9b15bc9c Parents: aff3a26 Author: Jessica Wang <[email protected]> Authored: Wed Nov 12 13:47:53 2014 -0800 Committer: Jessica Wang <[email protected]> Committed: Wed Nov 12 13:47:53 2014 -0800 ---------------------------------------------------------------------- ui/scripts/system.js | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8cf1102b/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 4aefaf8..cce1ff8 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
