Przeglądaj źródła

#4416: Enable custom links for virtual chassis

Jeremy Stretch 5 lat temu
rodzic
commit
eb14c08cab
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      netbox/dcim/models/__init__.py

+ 1 - 1
netbox/dcim/models/__init__.py

@@ -1695,7 +1695,7 @@ class Device(ChangeLoggedModel, ConfigContextModel, CustomFieldModel):
 # Virtual chassis
 # Virtual chassis
 #
 #
 
 
-@extras_features('export_templates', 'webhooks')
+@extras_features('custom_links', 'export_templates', 'webhooks')
 class VirtualChassis(ChangeLoggedModel):
 class VirtualChassis(ChangeLoggedModel):
     """
     """
     A collection of Devices which operate with a shared control plane (e.g. a switch stack).
     A collection of Devices which operate with a shared control plane (e.g. a switch stack).