Updated Branches: refs/heads/master 13a9b9419 -> c8b308670
CLOUDSTACK-3752: Add text label to 'reset VM' to avoid confusion Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c8b30867 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c8b30867 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c8b30867 Branch: refs/heads/master Commit: c8b3086702768e8944a279431e64a070ac33beb1 Parents: 13a9b94 Author: Brian Federle <[email protected]> Authored: Wed Jul 24 14:39:20 2013 -0700 Committer: Brian Federle <[email protected]> Committed: Wed Jul 24 14:40:53 2013 -0700 ---------------------------------------------------------------------- ui/scripts/instances.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/c8b30867/ui/scripts/instances.js ---------------------------------------------------------------------- diff --git a/ui/scripts/instances.js b/ui/scripts/instances.js index 12adfbb..c3eb556 100644 --- a/ui/scripts/instances.js +++ b/ui/scripts/instances.js @@ -598,6 +598,7 @@ }, reset: { label: 'Reset VM', + textLabel: 'Reset VM', messages: { confirm: function(args) { return 'Do you want to restore the VM ?';
