mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7892: UI > instances > detailView > execute handlers attached to event 'cloudStack.module.sharedFunctions.addExtraProperties'.
This commit is contained in:
parent
30026ee175
commit
60aab6bf17
|
|
@ -1931,7 +1931,12 @@
|
|||
else
|
||||
jsonObj.xenserverToolsVersion61plus = false;
|
||||
}
|
||||
|
||||
|
||||
$(window).trigger('cloudStack.module.sharedFunctions.addExtraProperties', {
|
||||
obj: jsonObj,
|
||||
objType: "UserVM"
|
||||
});
|
||||
|
||||
args.response.success({
|
||||
actionFilter: vmActionfilter,
|
||||
data: jsonObj
|
||||
|
|
|
|||
Loading…
Reference in New Issue