mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-4058: UI > Host detail page > (1) Add Hypervisor, HypervisorVersion field.
(2) Remove CloudstackVersion field.
This commit is contained in:
parent
465dee0159
commit
7ba55723bb
|
|
@ -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'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue