mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-4102: UI > change label of scaleUp/changeServiceOffering action from "Scale Up" to "Change Service Offering" for both running VM and stopped VM.
This commit is contained in:
parent
ea717c18ce
commit
592cd75867
|
|
@ -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: {
|
||||
|
|
|
|||
|
|
@ -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.',
|
||||
|
|
|
|||
Loading…
Reference in New Issue