CLOUDSTACK-3563: UI > Network menu > Guest Network section > search box in listView was shoved out of original place after new button "Add guest network" was added. Fix it by shorten label of "Add Isolated guest network with SourceNAT" button.
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/af921c4f Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/af921c4f Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/af921c4f Branch: refs/heads/ldapplugin Commit: af921c4fee52354603b75a1d273ec89ebf2121a5 Parents: be0dede Author: Jessica Wang <[email protected]> Authored: Tue Jul 16 13:51:54 2013 -0700 Committer: Jessica Wang <[email protected]> Committed: Tue Jul 16 13:51:54 2013 -0700 ---------------------------------------------------------------------- ui/scripts/network.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/af921c4f/ui/scripts/network.js ---------------------------------------------------------------------- diff --git a/ui/scripts/network.js b/ui/scripts/network.js index 0822d44..95a93bc 100755 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -327,7 +327,7 @@ listView: { actions: { add: { - label: 'Add Isolated Guest Network with SourceNat', + label: 'Add Isolated Network', preFilter: function(args) { if(advZoneObjs != null && advZoneObjs.length > 0) {
