CLOUDSTACK-452: cloudstack UI - IPv6 - quick installer - rename fields in quick installer to be consistent with fields in zone wizard.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/f9e94873 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/f9e94873 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/f9e94873 Branch: refs/heads/ui-multiple-nics Commit: f9e94873d862c9a44f25a56ed2e19b609571e7b8 Parents: 9c5c475 Author: Jessica Wang <[email protected]> Authored: Tue Mar 5 12:07:03 2013 -0800 Committer: Jessica Wang <[email protected]> Committed: Tue Mar 5 12:07:55 2013 -0800 ---------------------------------------------------------------------- ui/scripts/installWizard.js | 4 ++-- ui/scripts/ui-custom/installWizard.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f9e94873/ui/scripts/installWizard.js ---------------------------------------------------------------------- diff --git a/ui/scripts/installWizard.js b/ui/scripts/installWizard.js index a5e13b8..46769fa 100644 --- a/ui/scripts/installWizard.js +++ b/ui/scripts/installWizard.js @@ -56,13 +56,13 @@ }); }, - 'tooltip.addZone.dns1': function(args) { + 'tooltip.addZone.ip4dns1': function(args) { args.response.success({ text: 'message.installWizard.tooltip.addZone.dns1' }); }, - 'tooltip.addZone.dns2': function(args) { + 'tooltip.addZone.ip4dns2': function(args) { args.response.success({ text: 'message.installWizard.tooltip.addZone.dns2' }); http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f9e94873/ui/scripts/ui-custom/installWizard.js ---------------------------------------------------------------------- diff --git a/ui/scripts/ui-custom/installWizard.js b/ui/scripts/ui-custom/installWizard.js index 923e463..86919f9 100644 --- a/ui/scripts/ui-custom/installWizard.js +++ b/ui/scripts/ui-custom/installWizard.js @@ -413,8 +413,8 @@ nextStepID: 'addPodIntro', form: { name: { label: 'label.name', validation: { required: true } }, - dns1: { label: 'label.dns.1', validation: { required: true } }, - dns2: { label: 'label.dns.2' }, + ip4dns1: { label: 'label.dns.1', validation: { required: true } }, + ip4dns2: { label: 'label.dns.2' }, internaldns1: { label: 'label.internal.dns.1', validation: { required: true } }, internaldns2: { label: 'label.internal.dns.2' } }
