From 592cd75867580e522a9e4283699676f3fd604b4f Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Fri, 9 Aug 2013 15:10:13 -0700 Subject: [PATCH] CLOUDSTACK-4102: UI > change label of scaleUp/changeServiceOffering action from "Scale Up" to "Change Service Offering" for both running VM and stopped VM. --- ui/scripts/instances.js | 4 ++-- ui/scripts/system.js | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/scripts/instances.js b/ui/scripts/instances.js index b98452b580b..cf718e58e61 100644 --- a/ui/scripts/instances.js +++ b/ui/scripts/instances.js @@ -1275,9 +1275,9 @@ }, scaleUp: { - label: 'Scale UP Virtual Machine', + label: 'label.change.service.offering', createForm: { - title: 'Scale UP Virtual Machine', + title: 'label.change.service.offering', desc: 'For VMware-based Linux VMs, please read the dynamic scaling section in the admin guide before scaling.', fields: { serviceOffering: { diff --git a/ui/scripts/system.js b/ui/scripts/system.js index ffac3c1176e..09bc4f44bd8 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -6618,7 +6618,7 @@ }, scaleUp: { - label: 'scaleUp System VM', + label: 'label.change.service.offering', createForm: { title: 'label.change.service.offering', desc: 'For VMware-based Linux VMs, please read the dynamic scaling section in the admin guide before scaling.', @@ -7585,7 +7585,7 @@ }, scaleUp: { - label: 'scaleUp Router VM', + label: 'label.change.service.offering', createForm: { title: 'label.change.service.offering', desc: 'For VMware-based Linux VMs, please read the dynamic scaling section in the admin guide before scaling.', @@ -8134,7 +8134,7 @@ }, scaleUp: { - label: 'scaleUp System VM', + label: 'label.change.service.offering', createForm: { title: 'label.change.service.offering', desc: 'For VMware-based Linux VMs, please read the dynamic scaling section in the admin guide before scaling.',