Explicit Dedication - Cluster detail View UI-API Integration code
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e95ddb65 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e95ddb65 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/e95ddb65 Branch: refs/heads/master Commit: e95ddb656231cd6825a241a85aca3eca6e614c21 Parents: 6aa2268 Author: Pranav Saxena <pranav.sax...@citrix.com> Authored: Mon May 27 16:15:49 2013 +0530 Committer: Pranav Saxena <pranav.sax...@citrix.com> Committed: Thu May 30 21:57:13 2013 +0530 ---------------------------------------------------------------------- ui/scripts/system.js | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e95ddb65/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index e39171a..1ee2ab2 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -9769,7 +9769,13 @@ //allocationstate: { label: 'label.allocation.state' }, //managedstate: { label: 'Managed State' }, state: { label: 'label.state' } - } + }, + + { + isdedicated:{label:'Dedicated'}, + domainid:{label:'Domain ID'} + } + ], dataProvider: function(args) { $.ajax({