CLOUDSTACK-8930: Showing blank screen when click 'Next' link in final step of Add Zone wizard.

This commit is contained in:
Nitin Kumar Maharana 2015-10-01 16:04:20 +05:30 committed by Milamber
parent 99059e2212
commit 2651956cf4
2 changed files with 2 additions and 1 deletions

View File

@ -1098,6 +1098,7 @@ under the License.
'label.remove.this.physical.network': '<fmt:message key="label.remove.this.physical.network" />',
'label.physical.network.name': '<fmt:message key="label.physical.network.name" />',
'label.save.changes': '<fmt:message key="label.save.changes" />',
'label.launch.zone': '<fmt:message key="label.launch.zone" />',
'label.autoscale.configuration.wizard': '<fmt:message key="label.autoscale.configuration.wizard" />',
'label.health.check.wizard': '<fmt:message key="label.health.check.wizard" />',
'label.health.check.message.desc': '<fmt:message key="label.health.check.message.desc" />',

View File

@ -1211,7 +1211,7 @@
// Show launch button if last step
if ($targetStep.index() == $steps.size() - 1 || options.nextStep) {
$nextButton.find('span').html(options.nextStep ? _('label.save.changes') : _('label.launch.zone'));
$nextButton.find('span').html(options.nextStep ? _l('label.save.changes') : _l('label.launch.zone'));
$nextButton.addClass('final');
if (options.nextStep) {