From 73e83b79df5124aad39ec97d223b7303c20736f5 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Mon, 30 Apr 2012 16:53:15 -0700 Subject: [PATCH] CS-13162: cloudstack 3.0 UI - Instance page - detail view - add "Public IP" column. --- ui/scripts/instances.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/scripts/instances.js b/ui/scripts/instances.js index c3324e37164..6d1b9ddb9eb 100644 --- a/ui/scripts/instances.js +++ b/ui/scripts/instances.js @@ -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' },