mirror of
https://github.com/netbox-community/netbox.git
synced 2026-02-05 14:56:24 -06:00
Fix accessor
This commit is contained in:
@@ -1147,7 +1147,7 @@ class RackReservationView(generic.ObjectView):
|
|||||||
queryset = RackReservation.objects.all()
|
queryset = RackReservation.objects.all()
|
||||||
layout = layout.SimpleLayout(
|
layout = layout.SimpleLayout(
|
||||||
left_panels=[
|
left_panels=[
|
||||||
panels.RackPanel(accessor='rack', only=['region', 'site', 'location']),
|
panels.RackPanel(accessor='object.rack', only=['region', 'site', 'location']),
|
||||||
CustomFieldsPanel(),
|
CustomFieldsPanel(),
|
||||||
TagsPanel(),
|
TagsPanel(),
|
||||||
CommentsPanel(),
|
CommentsPanel(),
|
||||||
|
|||||||
Reference in New Issue
Block a user