mirror of
https://github.com/netbox-community/netbox.git
synced 2026-02-04 06:16:23 -06:00
fix rackrole detail view
This commit is contained in:
@@ -799,6 +799,7 @@ class RackRoleView(GetRelatedModelsMixin, generic.ObjectView):
|
|||||||
right_panels=[
|
right_panels=[
|
||||||
RelatedObjectsPanel(),
|
RelatedObjectsPanel(),
|
||||||
CustomFieldsPanel(),
|
CustomFieldsPanel(),
|
||||||
|
CommentsPanel(),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user