Repository: cloudstack Updated Branches: refs/heads/master 30026ee17 -> 60aab6bf1
CLOUDSTACK-7892: UI > instances > detailView > 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/60aab6bf Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/60aab6bf Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/60aab6bf Branch: refs/heads/master Commit: 60aab6bf178eac2d7fa8ab48c8091655b4f82c2a Parents: 30026ee Author: Jessica Wang <[email protected]> Authored: Wed Nov 12 15:04:10 2014 -0800 Committer: Jessica Wang <[email protected]> Committed: Wed Nov 12 15:04:10 2014 -0800 ---------------------------------------------------------------------- ui/scripts/instances.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/60aab6bf/ui/scripts/instances.js ---------------------------------------------------------------------- diff --git a/ui/scripts/instances.js b/ui/scripts/instances.js index 867cc76..0caaa39 100644 --- a/ui/scripts/instances.js +++ b/ui/scripts/instances.js @@ -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
