Skip to content

Commit f1568f9

Browse files
author
Jessica Wang
committed
CLOUDSTACK-4058: UI > Host detail page > (1) Add Hypervisor, HypervisorVersion field.
(2) Remove CloudstackVersion field.
1 parent 527f037 commit f1568f9

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

ui/scripts/system.js

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12301,6 +12301,12 @@
1230112301
},
1230212302
type: {
1230312303
label: 'label.type'
12304+
},
12305+
hypervisor: {
12306+
label: 'label.hypervisor'
12307+
},
12308+
hypervisorversion: {
12309+
label: 'label.hypervisor.version'
1230412310
},
1230512311
hosttags: {
1230612312
label: 'label.host.tags',
@@ -12348,10 +12354,7 @@
1234812354
},
1234912355
ipaddress: {
1235012356
label: 'label.ip.address'
12351-
},
12352-
version: {
12353-
label: 'label.version'
12354-
},
12357+
},
1235512358
disconnected: {
1235612359
label: 'label.last.disconnected'
1235712360
}

0 commit comments

Comments
 (0)