From 8e5e7602ff697494e853bdc2b2ef157b018635ae 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 7289f7b3aaa..a3ba39d6eac 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({