mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-14 20:39:35 -06:00
fix rackrole detail view
This commit is contained in:
parent
4e0265a001
commit
dc09ec3025
@ -799,6 +799,7 @@ class RackRoleView(GetRelatedModelsMixin, generic.ObjectView):
|
|||||||
right_panels=[
|
right_panels=[
|
||||||
RelatedObjectsPanel(),
|
RelatedObjectsPanel(),
|
||||||
CustomFieldsPanel(),
|
CustomFieldsPanel(),
|
||||||
|
CommentsPanel(),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user