From 52c8feb67012b8064e222639e8e54fa674f8df15 Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Wed, 13 Jun 2012 14:55:06 +0530 Subject: [PATCH] CS-15202: Rename all references in UI of Nexus VSM/dvswitch to Nexus 1000v --- .../classes/resources/messages.properties | 16 ++++++++-------- ui/scripts/system.js | 6 +++--- ui/scripts/zoneWizard.js | 6 +++--- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties index 7b0f264f46b..52e6900d963 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 diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 6303d85f7d3..c5a236ac7a9 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 diff --git a/ui/scripts/zoneWizard.js b/ui/scripts/zoneWizard.js index e4c0d57697b..d6d1d9f0144 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