mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CS-16326: cloudstack UI - instance page - listView - (1) the column that maps to name property in API response is labelled as "Name" instead of "Host Name".
(2) add back Internal Name column for root-admin.
This commit is contained in:
parent
33ed37d877
commit
ff8fccccb2
@ -43,8 +43,9 @@
|
||||
return hiddenFields;
|
||||
},
|
||||
fields: {
|
||||
name: { label: 'label.name' },
|
||||
instancename: { label: 'label.internal.name' },
|
||||
displayname: { label: 'label.display.name' },
|
||||
name: { label: 'label.host.name' },
|
||||
zonename: { label: 'label.zone.name' },
|
||||
state: {
|
||||
label: 'label.state',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user