fix rackrole detail view
CI / build (20.x, 3.12) (push) Has been cancelled
CI / build (20.x, 3.13) (push) Has been cancelled
CI / build (20.x, 3.14) (push) Has been cancelled

This commit is contained in:
Arthur
2025-12-09 11:01:12 -08:00
parent 4e0265a001
commit dc09ec3025
+1
View File
@@ -799,6 +799,7 @@ class RackRoleView(GetRelatedModelsMixin, generic.ObjectView):
right_panels=[ right_panels=[
RelatedObjectsPanel(), RelatedObjectsPanel(),
CustomFieldsPanel(), CustomFieldsPanel(),
CommentsPanel(),
], ],
) )