mirror of https://github.com/apache/cloudstack.git
CS-13162: cloudstack 3.0 UI - Instance page - detail view - add "Public IP" column.
This commit is contained in:
parent
192b58476d
commit
73e83b79df
|
|
@ -1590,6 +1590,8 @@
|
|||
|
||||
serviceofferingname: { label: 'label.compute.offering' },
|
||||
haenable: { label: 'label.ha.enabled', converter:cloudStack.converters.toBooleanText },
|
||||
publicip: { label: 'label.public.ip' },
|
||||
|
||||
group: { label: 'label.group', isEditable: true },
|
||||
zonename: { label: 'label.zone.name', isEditable: false },
|
||||
hostname: { label: 'label.host' },
|
||||
|
|
|
|||
Loading…
Reference in New Issue