You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2012/11/30 20:41:43 UTC

[1/3] git commit: Egress UI: Make start/end port optional

Updated Branches:
  refs/heads/master 8819ec6ea -> 77f80ab72


Egress UI: Make start/end port optional


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

Branch: refs/heads/master
Commit: 77f80ab72de45618910ffe5a6813d35ecc7d44c7
Parents: 28cc747
Author: Brian Federle <br...@citrix.com>
Authored: Fri Nov 30 10:55:14 2012 -0800
Committer: Brian Federle <br...@citrix.com>
Committed: Fri Nov 30 11:40:10 2012 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/77f80ab7/ui/scripts/network.js
----------------------------------------------------------------------
diff --git a/ui/scripts/network.js b/ui/scripts/network.js
index 7d2345a..7dc6992 100755
--- a/ui/scripts/network.js
+++ b/ui/scripts/network.js
@@ -1077,8 +1077,8 @@
                           });
                         }
                       },
-                      'startport': { edit: true, label: 'label.start.port' },
-                      'endport': { edit: true, label: 'label.end.port' },
+                      'startport': { edit: true, label: 'label.start.port', isOptional: true },
+                      'endport': { edit: true, label: 'label.end.port', isOptional: true },
                       'icmptype': { edit: true, label: 'ICMP.type', isHidden: true },
                       'icmpcode': { edit: true, label: 'ICMP.code', isHidden: true },
                       'add-rule': {