From e95ddb656231cd6825a241a85aca3eca6e614c21 Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Mon, 27 May 2013 16:15:49 +0530 Subject: [PATCH] Explicit Dedication - Cluster detail View UI-API Integration code --- ui/scripts/system.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index e39171a371b..1ee2ab2c93c 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({