mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 16:48:16 -06:00
fixed indentation for CI
This commit is contained in:
parent
8759cc2e16
commit
62d76a0077
@ -370,6 +370,7 @@ class RackElevationListView(View):
|
||||
'filter_form': forms.RackFilterForm(request.GET),
|
||||
})
|
||||
|
||||
|
||||
class RackElevationPrintView(View):
|
||||
"""
|
||||
Display a set of rack elevations side-by-side for Print.
|
||||
@ -395,7 +396,7 @@ class RackElevationPrintView(View):
|
||||
except EmptyPage:
|
||||
page = paginator.page(paginator.num_pages)
|
||||
|
||||
# Determine rack face
|
||||
# Determine rack face
|
||||
if request.GET.get('face') == '1':
|
||||
face_id = 1
|
||||
else:
|
||||
@ -409,6 +410,7 @@ class RackElevationPrintView(View):
|
||||
'filter_form': forms.RackFilterForm(request.GET),
|
||||
})
|
||||
|
||||
|
||||
class RackView(View):
|
||||
|
||||
def get(self, request, pk):
|
||||
|
Loading…
Reference in New Issue
Block a user