From b8cb55bca1b03ee3bd9bcdd1dc3f6dde01143e11 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Thu, 26 Apr 2012 16:52:09 -0700 Subject: [PATCH] cloudstack 3.0 UI - infrastructure - zone detail - physical network section - add Isolation method to listView. --- client/WEB-INF/classes/resources/messages.properties | 1 + ui/index.jsp | 3 ++- ui/scripts/system.js | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties index 74769f974dc..a67240d6faf 100644 --- a/client/WEB-INF/classes/resources/messages.properties +++ b/client/WEB-INF/classes/resources/messages.properties @@ -1,6 +1,7 @@ #new labels (begin) ********************************************************************************************** label.action.register.template=Register template label.action.register.iso=Register ISO +label.isolation.method=Isolation method #new labels (end) ************************************************************************************************ diff --git a/ui/index.jsp b/ui/index.jsp index 2c4e2cfb25d..8276ca04370 100644 --- a/ui/index.jsp +++ b/ui/index.jsp @@ -2930,6 +2930,7 @@ dictionary = { 'label.system.offering': '', 'message.validate.instance.name': '', 'label.action.register.template': '', -'label.action.register.iso': '' +'label.action.register.iso': '', +'label.isolation.method': '' }; diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 168a8cf2ee9..f3b54ff0bca 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -1719,8 +1719,8 @@ return str; }, label: 'label.state', indicator: { 'Enabled': 'on', 'Disabled': 'off' } - }, - vlan: { label: 'label.vlan.range' } + }, + isolationmethods: { label: 'label.isolation.method' } }, actions: {