CS-15078: Standard name for vSwitch

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

Branch: refs/heads/3.0.x
Commit: d33c9e61ef0f53edc33abf65ba81c61b812ba4b9
Parents: 9a22bbe
Author: Pranav Saxena <[email protected]>
Authored: Thu May 24 18:09:26 2012 +0530
Committer: Pranav Saxena <[email protected]>
Committed: Thu May 24 18:09:26 2012 +0530

----------------------------------------------------------------------
 ui/scripts/system.js     |    6 +++---
 ui/scripts/zoneWizard.js |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d33c9e61/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index 3541a31..7303419 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -6190,17 +6190,17 @@
                     validation: { required: true }
                   },
                   vsmipaddress: {
-                    label: 'vSwitch IP Address',
+                    label: 'Nexus dvSwitch IP Address',
                     validation: { required: true },
                     isHidden: false
                   },
                   vsmusername: {
-                    label: 'vSwitch Username',
+                    label: 'Nexus dvSwitch Username',
                     validation: { required: true },
                     isHidden: false
                   },
                   vsmpassword: {
-                    label: 'vSwitch Password',
+                    label: 'Nexus dvSwitch Password',
                     validation: { required: true },
                     isPassword: true,
                     isHidden: false

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d33c9e61/ui/scripts/zoneWizard.js
----------------------------------------------------------------------
diff --git a/ui/scripts/zoneWizard.js b/ui/scripts/zoneWizard.js
index 1185b70..feb146c 100644
--- a/ui/scripts/zoneWizard.js
+++ b/ui/scripts/zoneWizard.js
@@ -729,17 +729,17 @@
             validation: { required: true }
           },
           vsmipaddress: {
-            label: 'vSwitch IP Address',
+            label: 'Nexus dvSwitch IP Address',
             validation: { required: true },
             isHidden: true
           },
           vsmusername: {
-            label: 'vSwitch Username',
+            label: 'Nexus dvSwitch Username',
             validation: { required: true },
             isHidden: true
           },
           vsmpassword: {
-            label: 'vSwitch Password',
+            label: 'Nexus dvSwitch Password',
             validation: { required: true },
             isPassword: true,
             isHidden: true

Reply via email to