Преглед изворни кода

#4416: Enable custom links for virtual chassis

Jeremy Stretch пре 5 година
родитељ
комит
eb14c08cab
1 измењених фајлова са 1 додато и 1 уклоњено
  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
 #
 
-@extras_features('export_templates', 'webhooks')
+@extras_features('custom_links', 'export_templates', 'webhooks')
 class VirtualChassis(ChangeLoggedModel):
     """
     A collection of Devices which operate with a shared control plane (e.g. a switch stack).