From 89c2fd2ff215baeadad1c68cf12f1b1b22c93092 Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Wed, 29 Aug 2012 23:47:19 +0530 Subject: [PATCH] CS-16211:Autoscale UI should display "Enable/Disable Autoscale" as the tooltip message instead of specifying VM group Reviewed-By:Brian --- ui/scripts/autoscaler.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/scripts/autoscaler.js b/ui/scripts/autoscaler.js index 49b87644a98..05bbe2247c9 100644 --- a/ui/scripts/autoscaler.js +++ b/ui/scripts/autoscaler.js @@ -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'),