Updated Branches: refs/heads/4.2 5e42d93b6 -> 782ece6b6
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/782ece6b Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/782ece6b Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/782ece6b Branch: refs/heads/4.2 Commit: 782ece6b6039b28960302f1434175da33b12a7ac Parents: 5e42d93 Author: Brian Federle <[email protected]> Authored: Wed Jul 24 14:39:20 2013 -0700 Committer: Brian Federle <[email protected]> Committed: Wed Jul 24 14:41:23 2013 -0700 ---------------------------------------------------------------------- ui/scripts/instances.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/782ece6b/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 ?';
