CLOUDSTACK-7892: UI > network > detailView > execute handlers attached to event 'cloudStack.module.sharedFunctions.addExtraProperties'.

This commit is contained in:
Jessica Wang 2014-11-12 13:32:59 -08:00
parent 76ef987e7c
commit aff3a261e0
1 changed files with 7 additions and 1 deletions

View File

@ -1385,7 +1385,13 @@
async: true,
success: function(json) {
var jsonObj = json.listnetworksresponse.network[0];
addExtraPropertiesToGuestNetworkObject(jsonObj);
addExtraPropertiesToGuestNetworkObject(jsonObj);
$(window).trigger('cloudStack.module.sharedFunctions.addExtraProperties', {
obj: jsonObj,
objType: "Network"
});
args.response.success({
actionFilter: cloudStack.actionFilter.guestNetwork,
data: jsonObj