diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 87eaf5a6f06..c430977e1bf 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -5391,7 +5391,17 @@ name: { label: 'label.name' }, zonename: { label: 'label.zone' }, podname: { label: 'label.pod' }, - clustername: { label: 'label.cluster' } + clustername: { label: 'label.cluster' }, + state: { + label: 'label.state', + indicator: { + 'Up': 'on', + 'Down': 'off', + 'Disconnected': 'off', + 'Alert': 'off', + 'Error': 'off' + } + } }, dataProvider: function(args) {