mirror of
https://github.com/netbox-community/netbox.git
synced 2026-02-06 15:26:24 -06:00
* Added filter badge in rack elevation * Tweak template context Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
This commit is contained in:
@@ -691,6 +691,7 @@ class RackElevationListView(generic.ObjectListView):
|
||||
'sort_choices': ORDERING_CHOICES,
|
||||
'rack_face': rack_face,
|
||||
'filter_form': forms.RackElevationFilterForm(request.GET),
|
||||
'model': self.queryset.model,
|
||||
})
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user