CLOUDSTACK-2377: UI - network menu - add guest network dialog only allows to 
add Isolated network, but not shared network. Change label to make it clear.


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6975f6ba
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6975f6ba
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/6975f6ba

Branch: refs/heads/vmware-storage-motion
Commit: 6975f6bac6b33d208bd68750457369ef0178c50f
Parents: 90a40b0
Author: Jessica Wang <[email protected]>
Authored: Fri May 24 10:08:55 2013 -0700
Committer: Jessica Wang <[email protected]>
Committed: Fri May 24 10:09:44 2013 -0700

----------------------------------------------------------------------
 ui/scripts/network.js |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6975f6ba/ui/scripts/network.js
----------------------------------------------------------------------
diff --git a/ui/scripts/network.js b/ui/scripts/network.js
index 3eef136..0ffaa1d 100755
--- a/ui/scripts/network.js
+++ b/ui/scripts/network.js
@@ -321,7 +321,7 @@
         listView: {
           actions: {
             add: { //add Isolated guest network (can't add Shared guest 
network here)
-              label: 'label.add.guest.network',
+              label: 'Add Isolated Guest Network',
 
               preFilter: function(args) { //Isolated networks is only 
supported in Advanced (SG-disabled) zone 
                 if(args.context.zoneType != 'Basic') 
@@ -331,8 +331,8 @@
               },
 
               createForm: {
-                title: 'label.add.guest.network',
-                desc: 'message.add.guest.network',
+                title: 'Add Isolated Guest Network',
+                desc: 'Add Isolated Guest Network with SourceNat',
                 fields: {
                   name: { label: 'label.name', validation: { required: true }, 
docID: 'helpGuestNetworkName' },
                   displayText: { label: 'label.display.text', validation: { 
required: true }, docID: 'helpGuestNetworkDisplayText'},
@@ -497,7 +497,7 @@
                 });
               },
               messages: {
-                notification: function() { return 'label.add.guest.network'; }
+                notification: function() { return 'Add Isolated Guest 
Network'; }
               }
             }
           },

Reply via email to