Updated Branches: refs/heads/master 14f589702 -> 368a8e2bd
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/master Commit: 368a8e2bda4fe749992eb1e82f49597ef3241431 Parents: 14f5897 Author: Brian Federle <[email protected]> Authored: Tue Dec 18 10:55:13 2012 -0800 Committer: Brian Federle <[email protected]> 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) {
