View | Details | Raw Unified | Return to bug 40937 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/share/pyshared/univention/admin/syntax.py.orig (-1 / +1 lines)
 Lines 1078-1084   class ipProtocol(select): Link Here 
1078
1078
1079
1079
1080
class ipProtocolSRV(select):
1080
class ipProtocolSRV(select):
1081
	choices = [('tcp', 'TCP'), ('udp', 'UDP'), ('msdcs', 'MSDCS'), ('sites', 'SITES'), ('DomainDnsZones', 'DOMAINDNSZONES'), ('ForestDnsZones', 'FORESTDNSZONES')]
1081
	choices = [('tcp', 'TCP'), ('udp', 'UDP'), ('msdcs', 'MSDCS'), ('sites', 'SITES'), ('DomainDnsZones', 'DOMAINDNSZONES'), ('ForestDnsZones', 'FORESTDNSZONES'), ('TCP', 'TCP'), ('UDP', 'UDP')]
1082
	size = 'OneThird'
1082
	size = 'OneThird'
1083
1083
1084
1084

Return to bug 40937