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
Reviewed-By:Brian
This commit is contained in:
parent
4e631def13
commit
89c2fd2ff2
|
|
@ -67,7 +67,7 @@
|
|||
// UI actions to appear in dialog
|
||||
autoscaleActions: {
|
||||
enable: {
|
||||
label: 'Enable Autoscale VM Group',
|
||||
label: 'Enable Autoscale ',
|
||||
action: function(args) {
|
||||
$.ajax({
|
||||
url: createURL('enableAutoScaleVmGroup'),
|
||||
|
|
@ -95,7 +95,7 @@
|
|||
}
|
||||
},
|
||||
disable: {
|
||||
label: 'Disable Autoscale VM Group',
|
||||
label: 'Disable Autoscale',
|
||||
action: function(args) {
|
||||
$.ajax({
|
||||
url: createURL('disableAutoScaleVmGroup'),
|
||||
|
|
|
|||
Loading…
Reference in New Issue