CS-16211:Autoscale UI should display Enable/Disable Autoscale as the tooltip message instead of specifying VM group

This commit is contained in:
Pranav Saxena 2012-08-30 00:00:16 +05:30 committed by Vijay Venkatachalam
parent 68fc64cfe9
commit 8c681746b9

View File

@ -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'),