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 465dee0159
commit 7ba55723bb
1 changed files with 7 additions and 4 deletions

View File

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