mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Serialisation pour export vers re2o-services
This commit is contained in:
parent
b4af276b14
commit
ca2e0172a1
1 changed files with 1 additions and 1 deletions
|
@ -751,7 +751,7 @@ class SwitchPortSerializer(serializers.ModelSerializer):
|
|||
model = topologie.Switch
|
||||
fields = ('short_name', 'model', 'switchbay', 'ports', 'ipv4', 'ipv6',
|
||||
'subnet', 'subnet6', 'automatic_provision', 'rest_enabled',
|
||||
'web_management_enabled', 'get_radius_key_value')
|
||||
'web_management_enabled', 'get_radius_key_value', 'get_management_cred_value')
|
||||
|
||||
# LOCAL EMAILS
|
||||
|
||||
|
|
Loading…
Reference in a new issue