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
527f03722f
commit
f1568f953c
|
|
@ -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'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue