mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Hotfix : Typo dans le hotfix de la typo
This commit is contained in:
parent
e84c2a4f48
commit
f8ba60087e
1 changed files with 1 additions and 1 deletions
|
@ -488,7 +488,7 @@ class SwitchPortSerializer(NamespacedHMSerializer):
|
|||
class Meta:
|
||||
model = topologie.Port
|
||||
fields = ('switch', 'port', 'room', 'machine_interface', 'related',
|
||||
'custom_profile', 'state', 'get_port_profiel', 'details', 'api_url')
|
||||
'custom_profile', 'state', 'get_port_profile', 'details', 'api_url')
|
||||
extra_kwargs = {
|
||||
'related': {'view_name': 'switchport-detail'},
|
||||
'api_url': {'view_name': 'switchport-detail'},
|
||||
|
|
Loading…
Reference in a new issue