You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by je...@apache.org on 2013/07/16 22:58:21 UTC

git commit: updated refs/heads/master to af921c4

Updated Branches:
  refs/heads/master be0dedefa -> af921c4fe


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/master
Commit: af921c4fee52354603b75a1d273ec89ebf2121a5
Parents: be0dede
Author: Jessica Wang <je...@apache.org>
Authored: Tue Jul 16 13:51:54 2013 -0700
Committer: Jessica Wang <je...@apache.org>
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) {