mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-16 16:52:17 -06:00
fix manufactuers detail view
This commit is contained in:
@@ -1233,7 +1233,7 @@ class ManufacturerView(GetRelatedModelsMixin, generic.ObjectView):
|
|||||||
queryset = Manufacturer.objects.all()
|
queryset = Manufacturer.objects.all()
|
||||||
layout = layout.SimpleLayout(
|
layout = layout.SimpleLayout(
|
||||||
left_panels=[OrganizationalObjectPanel(), TagsPanel()],
|
left_panels=[OrganizationalObjectPanel(), TagsPanel()],
|
||||||
right_panels=[RelatedObjectsPanel(), CustomFieldsPanel()],
|
right_panels=[RelatedObjectsPanel(), CustomFieldsPanel(), CommentsPanel()],
|
||||||
)
|
)
|
||||||
|
|
||||||
def get_extra_context(self, request, instance):
|
def get_extra_context(self, request, instance):
|
||||||
|
|||||||
Reference in New Issue
Block a user