From 776f5d01582f2fd63afd2ecd027c28e6b982212f Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Tue, 6 Dec 2011 11:33:37 -0800 Subject: [PATCH] Update status indicator --- ui/scripts/projects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/projects.js b/ui/scripts/projects.js index b3ddfbc02ad..eb12533e3dc 100644 --- a/ui/scripts/projects.js +++ b/ui/scripts/projects.js @@ -270,7 +270,7 @@ displaytext: { label: 'Display Text' }, domain: { label: 'Domain' }, account: { label: 'Owner' }, - state: { label: 'Status', indicator: { 'Active': 'on', 'Destroyed': 'off' } } + state: { label: 'Status', indicator: { 'Active': 'on', 'Destroyed': 'off', 'Disabled': 'off' } } }, dataProvider: function(args) {