CS-13162: cloudstack 3.0 UI - Instance page - detail view - add "Public IP" column.

This commit is contained in:
Jessica Wang 2012-04-30 16:53:15 -07:00
parent 192b58476d
commit 73e83b79df
1 changed files with 2 additions and 0 deletions

View File

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