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/12/19 23:04:27 UTC

[6/50] [abbrv] git commit: Egress UI: Rename 'CIDR' -> 'Source CIDR'

Egress UI: Rename 'CIDR' -> 'Source CIDR'


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

Branch: refs/heads/ui-plugins
Commit: 368a8e2bda4fe749992eb1e82f49597ef3241431
Parents: 14f5897
Author: Brian Federle <br...@citrix.com>
Authored: Tue Dec 18 10:55:13 2012 -0800
Committer: Brian Federle <br...@citrix.com>
Committed: Tue Dec 18 11:05:16 2012 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/368a8e2b/ui/scripts/network.js
----------------------------------------------------------------------
diff --git a/ui/scripts/network.js b/ui/scripts/network.js
index 0279523..c8979d0 100755
--- a/ui/scripts/network.js
+++ b/ui/scripts/network.js
@@ -1053,7 +1053,7 @@
                     noSelect: true,
                     noHeaderActionsColumn: true,
                     fields: {
-                      'cidrlist': { edit: true, label: 'label.cidr', isOptional: true },
+                      'cidrlist': { edit: true, label: 'label.cidr.list', isOptional: true },
                       'protocol': {
                         label: 'label.protocol',
                         select: function(args) {