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

This commit is contained in:
Brian Federle 2012-12-18 10:55:13 -08:00
parent 14f589702a
commit 368a8e2bda

View File

@ -1053,7 +1053,7 @@
noSelect: true, noSelect: true,
noHeaderActionsColumn: true, noHeaderActionsColumn: true,
fields: { fields: {
'cidrlist': { edit: true, label: 'label.cidr', isOptional: true }, 'cidrlist': { edit: true, label: 'label.cidr.list', isOptional: true },
'protocol': { 'protocol': {
label: 'label.protocol', label: 'label.protocol',
select: function(args) { select: function(args) {