Repository: cloudstack Updated Branches: refs/heads/4.5 c37841817 -> 4f698b3d4
CLOUDSTACK-8246: Add Cluster - Guest traffic label displayed Incorrectly (cherry picked from commit d363b2afce2b4de1479e147dc3768546b0287b9d) Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/4f698b3d Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/4f698b3d Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/4f698b3d Branch: refs/heads/4.5 Commit: 4f698b3d4fe2cc2db6275ee54657ca011926ca5e Parents: c378418 Author: ramamurtis <[email protected]> Authored: Thu Feb 12 13:35:58 2015 +0530 Committer: Rohit Yadav <[email protected]> Committed: Wed Feb 18 11:23:10 2015 +0530 ---------------------------------------------------------------------- ui/scripts/system.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4f698b3d/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 3893dc7..7669642 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -14163,7 +14163,7 @@ }, vSwitchGuestName: { - label: ' label.guest.traffic.vswitch.name', + label: 'label.guest.traffic.vswitch.name', isHidden: true },
