You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2012/06/13 23:34:04 UTC

git commit: CS-15202: Rename all references in UI of Nexus VSM/dvswitch to Nexus 1000v

Updated Branches:
  refs/heads/master 08fe71dad -> 52c8feb67


CS-15202: Rename all references in UI of Nexus VSM/dvswitch to Nexus 1000v


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/52c8feb6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/52c8feb6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/52c8feb6

Branch: refs/heads/master
Commit: 52c8feb67012b8064e222639e8e54fa674f8df15
Parents: 08fe71d
Author: Pranav Saxena <pr...@citrix.com>
Authored: Wed Jun 13 14:55:06 2012 +0530
Committer: Brian Federle <br...@citrix.com>
Committed: Wed Jun 13 11:24:09 2012 -0700

----------------------------------------------------------------------
 .../WEB-INF/classes/resources/messages.properties  |   16 +++++++-------
 ui/scripts/system.js                               |    6 ++--
 ui/scripts/zoneWizard.js                           |    6 ++--
 3 files changed, 14 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/52c8feb6/client/WEB-INF/classes/resources/messages.properties
----------------------------------------------------------------------
diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties
index 7b0f264..52e6900 100644
--- a/client/WEB-INF/classes/resources/messages.properties
+++ b/client/WEB-INF/classes/resources/messages.properties
@@ -18,14 +18,14 @@ label.vcipaddress=vCenter IP Address
 label.vsmctrlvlanid=Control VLAN ID
 label.vsmpktvlanid=Packet VLAN ID
 label.vsmstoragevlanid=Storage VLAN ID
-label.nexusVswitch=Nexus Vswitch
-label.action.delete.nexusVswitch=Delete NexusVswitch
-label.action.enable.nexusVswitch=Enable NexusVswitch
-label.action.disable.nexusVswitch=Disable NexusVswitch
-label.action.list.nexusVswitch=List NexusVswitch
-message.action.delete.nexusVswitch=Please confirm that you want to delete this nexusVswitch.
-message.action.enable.nexusVswitch=Please confirm that you want to enable this nexusVswitch.
-message.action.disable.nexusVswitch=Please confirm that you want to disable this nexusVswitch.
+label.nexusVswitch=Nexus 1000v
+label.action.delete.nexusVswitch=Delete Nexus 1000v
+label.action.enable.nexusVswitch=Enable Nexus 1000v
+label.action.disable.nexusVswitch=Disable Nexus 1000v
+label.action.list.nexusVswitch=List Nexus 1000v
+message.action.delete.nexusVswitch=Please confirm that you want to delete this nexus 1000v
+message.action.enable.nexusVswitch=Please confirm that you want to enable this nexus 1000v
+message.action.disable.nexusVswitch=Please confirm that you want to disable this nexus 1000v
 message.specify.url=Please specify URL
 label.select.instance.to.attach.volume.to=Select instance to attach volume to
 label.upload=Upload

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/52c8feb6/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index 6303d85..c5a236a 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -6191,17 +6191,17 @@
                     validation: { required: true }
                   },
                   vsmipaddress: {
-                    label: 'Nexus dvSwitch IP Address',
+                    label: 'Nexus 1000v IP Address',
                     validation: { required: true },
                     isHidden: false
                   },
                   vsmusername: {
-                    label: 'Nexus dvSwitch Username',
+                    label: 'Nexus 1000v Username',
                     validation: { required: true },
                     isHidden: false
                   },
                   vsmpassword: {
-                    label: 'Nexus dvSwitch Password',
+                    label: 'Nexus 1000v Password',
                     validation: { required: true },
                     isPassword: true,
                     isHidden: false

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/52c8feb6/ui/scripts/zoneWizard.js
----------------------------------------------------------------------
diff --git a/ui/scripts/zoneWizard.js b/ui/scripts/zoneWizard.js
index e4c0d57..d6d1d9f 100644
--- a/ui/scripts/zoneWizard.js
+++ b/ui/scripts/zoneWizard.js
@@ -727,17 +727,17 @@
             validation: { required: true }
           },
           vsmipaddress: {
-            label: 'Nexus dvSwitch IP Address',
+            label: 'Nexus 1000v IP Address',
             validation: { required: true },
             isHidden: true
           },
           vsmusername: {
-            label: 'Nexus dvSwitch Username',
+            label: 'Nexus 1000v Username',
             validation: { required: true },
             isHidden: true
           },
           vsmpassword: {
-            label: 'Nexus dvSwitch Password',
+            label: 'Nexus 1000v Password',
             validation: { required: true },
             isPassword: true,
             isHidden: true