Updated Branches: refs/heads/master 09dde8bf1 -> ddbe5338d
CLOUDSTACK-3739: Add text label to 'add VMware DC' action for clarity Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ddbe5338 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ddbe5338 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ddbe5338 Branch: refs/heads/master Commit: ddbe5338d7696aa725173a88d1e4189afb8c7056 Parents: 09dde8b Author: Brian Federle <[email protected]> Authored: Wed Jul 24 14:48:22 2013 -0700 Committer: Brian Federle <[email protected]> Committed: Wed Jul 24 14:48:49 2013 -0700 ---------------------------------------------------------------------- ui/scripts/system.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ddbe5338/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 108160e..569e978 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -6005,6 +6005,7 @@ actions: { addVmwareDc: { label: 'Add VMware datacenter', + textLabel: 'Add VMware datacenter', messages: { notification: function(args) { return 'Add VMware datacenter';
