From b7c784b4cc66ea050c1df6073f28949414fc3eb8 Mon Sep 17 00:00:00 2001 From: bfederle Date: Tue, 20 Dec 2011 12:04:54 -0800 Subject: [PATCH] Update status area for zone list --- ui/scripts/system.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 5624e9de706..e1e2da79711 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -2875,7 +2875,6 @@ fields: { name: { label: 'Zone' }, networktype: { label: 'Network Type' }, - allocationstate: { label: 'Allocation State' }, domainid: { label: 'Public', converter: function(args) { @@ -2884,7 +2883,11 @@ else return "No"; } - } + }, + allocationstate: { label: 'Allocation State', indicator: { + 'Enabled': 'on', + 'Disabled': 'off' + } } }, actions: { add: {