mirror of https://github.com/apache/cloudstack.git
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…
Reference in New Issue