8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-09-12 01:03:09 +00:00

Hotfix : Typo dans le hotfix de la typo

This commit is contained in:
Hugo LEVY-FALK 2018-10-03 22:44:49 +02:00 committed by chirac
parent e84c2a4f48
commit f8ba60087e

View file

@ -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'},