Updated Branches: refs/heads/UI-explicitDedication 80df36c18 -> 8e5e7602f
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/8e5e7602 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8e5e7602 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8e5e7602 Branch: refs/heads/UI-explicitDedication Commit: 8e5e7602ff697494e853bdc2b2ef157b018635ae Parents: 80df36c Author: Pranav Saxena <[email protected]> Authored: Mon May 27 16:15:49 2013 +0530 Committer: Pranav Saxena <[email protected]> Committed: Mon May 27 16:15:49 2013 +0530 ---------------------------------------------------------------------- ui/scripts/system.js | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8e5e7602/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 7289f7b..a3ba39d 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -9234,7 +9234,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({
