1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #4382: Enable custom links for rack reservations

This commit is contained in:
Jeremy Stretch
2020-03-18 14:50:49 -04:00
parent a9d04547d1
commit 7f5571200c
3 changed files with 5 additions and 1 deletions

View File

@@ -739,7 +739,7 @@ class Rack(ChangeLoggedModel, CustomFieldModel):
return 0
@extras_features('export_templates', 'webhooks')
@extras_features('custom_links', 'export_templates', 'webhooks')
class RackReservation(ChangeLoggedModel):
"""
One or more reserved units within a Rack.