mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7892: UI > network > detailView > execute handlers attached to event 'cloudStack.module.sharedFunctions.addExtraProperties'.
This commit is contained in:
parent
76ef987e7c
commit
aff3a261e0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue