mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-09 03:16:25 +00:00
Remove code about radius in OptionalTopology edit form.
This commit is contained in:
parent
c238a9a2fa
commit
71dc9c9bd1
1 changed files with 0 additions and 5 deletions
|
@ -115,11 +115,6 @@ class EditOptionalTopologieForm(ModelForm):
|
||||||
prefix=prefix,
|
prefix=prefix,
|
||||||
**kwargs
|
**kwargs
|
||||||
)
|
)
|
||||||
self.fields['radius_general_policy'].label = _("RADIUS general policy")
|
|
||||||
self.fields['vlan_decision_ok'].label = _("VLAN for machines accepted"
|
|
||||||
" by RADIUS")
|
|
||||||
self.fields['vlan_decision_nok'].label = _("VLAN for machines rejected"
|
|
||||||
" by RADIUS")
|
|
||||||
|
|
||||||
self.initial['automatic_provision_switchs'] = Switch.objects.filter(automatic_provision=True).order_by('interface__domain__name')
|
self.initial['automatic_provision_switchs'] = Switch.objects.filter(automatic_provision=True).order_by('interface__domain__name')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue