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:
Jessica Wang 2012-10-15 16:19:12 -07:00
parent 33ed37d877
commit ff8fccccb2

View File

@ -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',