cloudstack 3.0 UI - host page - list view - add State column with color and icon.

This commit is contained in:
Jessica Wang 2012-04-18 14:11:24 -07:00
parent a2fd69ea7e
commit 7599b84818
1 changed files with 11 additions and 1 deletions

View File

@ -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) {