From 8c681746b978b5bec3c2f2612ca0c26900e7dda2 Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Thu, 30 Aug 2012 00:00:16 +0530 Subject: [PATCH] CS-16211:Autoscale UI should display Enable/Disable Autoscale as the tooltip message instead of specifying VM group --- 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 2f72da18a68..5ccfacb7565 100644 --- a/ui/scripts/autoscaler.js +++ b/ui/scripts/autoscaler.js @@ -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'),