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

removed rack elevations viewset

This commit is contained in:
John Anderson
2019-12-10 03:19:26 -05:00
parent 1ec191db92
commit d8dd5f00c1
2 changed files with 0 additions and 14 deletions

View File

@@ -255,19 +255,6 @@ class RackViewSet(CustomFieldModelViewSet):
return self.get_paginated_response(rack_units.data)
class RackElevationViewSet(ViewSet):
queryset = Rack.objects.prefetch_related(
'devices'
)
def get_view_name(self):
return "Rack Elevations"
def retrieve(self, request, pk=None):
pass
#
# Rack reservations
#