You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/07/24 23:41:29 UTC

git commit: updated refs/heads/4.2 to 782ece6

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 <br...@citrix.com>
Authored: Wed Jul 24 14:39:20 2013 -0700
Committer: Brian Federle <br...@citrix.com>
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 ?';