From 5a3fcbc6045c681088f9c78f4708da3f13f800f3 Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Mon, 21 May 2012 14:45:41 +0530 Subject: [PATCH] CS-14978 Clusterstate is empty from CloudStack UI reviewed-by: brian --- ui/scripts/system.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 627e77d9eb0..1953d234d41 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -5997,7 +5997,7 @@ hypervisortype: { label: 'label.hypervisor' }, //allocationstate: { label: 'label.allocation.state' }, //managedstate: { label: 'Managed State' }, - state: { + allocationstate: { converter: function(str) { // For localization return str;