From 26d3cfc97409e05a0113243bc9dc9bb9b32fdb95 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Wed, 7 Dec 2011 14:37:28 -0800 Subject: [PATCH] cloudStack 3.0 new UI - host page - add resource state. --- ui/scripts/system.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index cb3fbb76112..29193c25c46 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -6439,6 +6439,7 @@ }, { id: { label: 'ID' }, + resourcestate: { label: 'Resource state' }, state: { label: 'State' }, type: { label: 'Type' }, zonename: { label: 'Zone' },