From 4e834c41240f072168ca14fa9638d11ada088753 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Wed, 11 Apr 2012 11:27:19 -0700 Subject: [PATCH] cloudstack 3.0 UI - infrastructure - physical network - network service providers - F5 - devices - change breadcrumb to show Devices instead of F5 (to distinguish between provider and devices). --- .../WEB-INF/classes/resources/messages.properties | 1 + ui/index.jsp | 3 ++- ui/scripts/system.js | 13 +++++++------ 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties index 47e98310e3d..0b32b0ee820 100644 --- a/client/WEB-INF/classes/resources/messages.properties +++ b/client/WEB-INF/classes/resources/messages.properties @@ -9,6 +9,7 @@ label.domain.router=Domain router label.console.proxy=Console proxy label.secondary.storage.vm=Secondary storage VM label.add.netScaler.device=Add Netscaler device +label.add.F5.device=Add F5 device #new labels (end) ************************************************************************************************ diff --git a/ui/index.jsp b/ui/index.jsp index 68e804c55a9..c93bfc15a8e 100644 --- a/ui/index.jsp +++ b/ui/index.jsp @@ -2929,6 +2929,7 @@ dictionary = { 'label.domain.router' : '', 'label.console.proxy' : '', 'label.secondary.storage.vm' : '', -'label.add.netScaler.device': '' +'label.add.netScaler.device': '', +'label.add.F5.device': '' }; diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 7cae3c84d3d..d144f5319a0 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -2582,9 +2582,9 @@ }, actions: { add: { - label: 'label.add.new.F5', + label: 'label.add.F5.device', createForm: { - title: 'label.add.new.F5', + title: 'label.add.F5.device', fields: { ip: { label: 'label.ip.address' @@ -2678,7 +2678,7 @@ }, messages: { notification: function(args) { - return 'label.add.new.F5'; + return 'label.add.F5.device'; } }, notification: { @@ -4199,9 +4199,10 @@ } }, + // F5 devices listView f5Providers: { id: 'f5Providers', - title: 'label.f5', + title: 'label.devices', listView: { id: 'f5Providers', fields: { @@ -4216,9 +4217,9 @@ }, actions: { add: { - label: 'label.add.new.F5', + label: 'label.add.F5.device', createForm: { - title: 'label.add.new.F5', + title: 'label.add.F5.device', fields: { ip: { label: 'label.ip.address'