Updated Branches: refs/heads/4.2 837f10111 -> f27ca638c
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/f27ca638 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f27ca638 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f27ca638 Branch: refs/heads/4.2 Commit: f27ca638c3d9be3af509db00097c9ef57af771b3 Parents: 837f101 Author: Brian Federle <[email protected]> Authored: Wed Jul 24 14:48:22 2013 -0700 Committer: Brian Federle <[email protected]> Committed: Wed Jul 24 14:49:14 2013 -0700 ---------------------------------------------------------------------- ui/scripts/system.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f27ca638/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 96949e4..fd86816 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';
