1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #11598: Add buttons to easily switch between rack list and elevations views

This commit is contained in:
jeremystretch
2023-01-26 10:53:59 -05:00
parent 22a9df82e6
commit ccc108a217
5 changed files with 41 additions and 28 deletions

View File

@@ -642,6 +642,7 @@ class RackListView(generic.ObjectListView):
filterset = filtersets.RackFilterSet
filterset_form = forms.RackFilterForm
table = tables.RackTable
template_name = 'dcim/rack_list.html'
class RackElevationListView(generic.ObjectListView):