mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
CS-16211:Autoscale UI should display Enable/Disable Autoscale as the tooltip message instead of specifying VM group
This commit is contained in:
parent
68fc64cfe9
commit
8c681746b9
@ -25,7 +25,7 @@
|
||||
// UI actions to appear in dialog
|
||||
autoscaleActions: {
|
||||
enable: {
|
||||
label: 'Enable Autoscale VM Group',
|
||||
label: 'Enable Autoscale',
|
||||
action: function(args) {
|
||||
$.ajax({
|
||||
url: createURL('enableAutoScaleVmGroup'),
|
||||
@ -53,7 +53,7 @@
|
||||
}
|
||||
},
|
||||
disable: {
|
||||
label: 'Disable Autoscale VM Group',
|
||||
label: 'Disable Autoscale',
|
||||
action: function(args) {
|
||||
$.ajax({
|
||||
url: createURL('disableAutoScaleVmGroup'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user