Updated Branches: refs/heads/autoscale 3f95b2106 -> 4458e4076
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/4458e407 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/4458e407 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/4458e407 Branch: refs/heads/autoscale Commit: 4458e4076bb90ef7ae36bc5d1a2cd487ebc6dbfc Parents: 3f95b21 Author: Pranav Saxena <[email protected]> Authored: Thu Aug 30 00:00:16 2012 +0530 Committer: Pranav Saxena <[email protected]> Committed: Thu Aug 30 00:00:16 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/4458e407/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'),
