You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ap...@apache.org on 2013/07/25 13:57:13 UTC

[35/50] git commit: updated refs/heads/ldapplugin to 1f64354

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/ldapplugin
Commit: c8b3086702768e8944a279431e64a070ac33beb1
Parents: 13a9b94
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: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 ?';