mirror of https://github.com/apache/cloudstack.git
cloudstack 3.0 UI - host page - list view - add State column with color and icon.
This commit is contained in:
parent
a2fd69ea7e
commit
7599b84818
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue