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:
Pranav Saxena 2012-08-29 23:47:19 +05:30
parent 4e631def13
commit 89c2fd2ff2
1 changed files with 2 additions and 2 deletions

View File

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