mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-14 12:29:35 -06:00
Fix accessor
This commit is contained in:
parent
e55a4ae603
commit
6fc04bd1fe
@ -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(),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user