CLOUDSTACK-4058: UI > Host detail page > (1) Add Hypervisor, HypervisorVersion field.

(2) Remove CloudstackVersion field.
This commit is contained in:
Jessica Wang 2013-11-07 13:28:48 -08:00
parent 527f03722f
commit f1568f953c
1 changed files with 7 additions and 4 deletions

View File

@ -12301,6 +12301,12 @@
},
type: {
label: 'label.type'
},
hypervisor: {
label: 'label.hypervisor'
},
hypervisorversion: {
label: 'label.hypervisor.version'
},
hosttags: {
label: 'label.host.tags',
@ -12348,10 +12354,7 @@
},
ipaddress: {
label: 'label.ip.address'
},
version: {
label: 'label.version'
},
},
disconnected: {
label: 'label.last.disconnected'
}