mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-09 11:26:27 +00:00
Retire des modifications qui viendrons avec les switchs.
This commit is contained in:
parent
7166318e19
commit
4679bbe604
1 changed files with 1 additions and 5 deletions
|
@ -338,15 +338,11 @@ class OptionalMachineSerializer(NamespacedHMSerializer):
|
||||||
class OptionalTopologieSerializer(NamespacedHMSerializer):
|
class OptionalTopologieSerializer(NamespacedHMSerializer):
|
||||||
"""Serialize `preferences.models.OptionalTopologie` objects.
|
"""Serialize `preferences.models.OptionalTopologie` objects.
|
||||||
"""
|
"""
|
||||||
switchs_management_interface_ip= serializers.CharField(read_only=True)
|
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
model = preferences.OptionalTopologie
|
model = preferences.OptionalTopologie
|
||||||
fields = ('radius_general_policy', 'vlan_decision_ok',
|
fields = ('radius_general_policy', 'vlan_decision_ok',
|
||||||
'vlan_decision_nok', 'switchs_ip_type', 'switchs_web_management',
|
'vlan_decision_nok')
|
||||||
'switchs_web_management_ssl', 'switchs_rest_management',
|
|
||||||
'switchs_management_utils', 'switchs_management_interface_ip',
|
|
||||||
'provision_switchs_enabled')
|
|
||||||
|
|
||||||
|
|
||||||
class GeneralOptionSerializer(NamespacedHMSerializer):
|
class GeneralOptionSerializer(NamespacedHMSerializer):
|
||||||
|
|
Loading…
Reference in a new issue