From 4372043ddbe363a91cd190608da514552094ab3c Mon Sep 17 00:00:00 2001 From: stanley karunditu Date: Fri, 8 Jul 2016 06:17:08 -0700 Subject: [PATCH] Potential quick fix for Issue #215. The proper solution is to redo the grid layout for the page so that its fully responsive. It is only partial responsive. Did tests using Firefox developer tools. --- netbox/templates/dcim/rack.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/netbox/templates/dcim/rack.html b/netbox/templates/dcim/rack.html index 70d8b3b9c..552716d39 100644 --- a/netbox/templates/dcim/rack.html +++ b/netbox/templates/dcim/rack.html @@ -154,17 +154,19 @@ -
-
+
+
+

Front

-
- {% include 'dcim/_rack_elevation.html' with primary_face=front_elevation secondary_face=rear_elevation face_id=0 %} -
-
+
+ {% include 'dcim/_rack_elevation.html' with primary_face=front_elevation secondary_face=rear_elevation face_id=0 %} +
+

Rear

{% include 'dcim/_rack_elevation.html' with primary_face=rear_elevation secondary_face=front_elevation face_id=1 %} +
{% endblock %}