CS-16211:Autoscale UI should display Enable/Disable Autoscale as the tooltip message instead of specifying VM group
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/8c681746 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/8c681746 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/8c681746 Branch: refs/heads/master Commit: 8c681746b978b5bec3c2f2612ca0c26900e7dda2 Parents: 68fc64c Author: Pranav Saxena <[email protected]> Authored: Thu Aug 30 00:00:16 2012 +0530 Committer: Vijay Venkatachalam <[email protected]> Committed: Fri Nov 16 10:56:56 2012 +0530 ---------------------------------------------------------------------- ui/scripts/autoscaler.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/8c681746/ui/scripts/autoscaler.js ---------------------------------------------------------------------- diff --git a/ui/scripts/autoscaler.js b/ui/scripts/autoscaler.js index 2f72da1..5ccfacb 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'),
