ソースを参照

Fixes 18183 - Hide Light/Dark Mode and Login Info from Printed Pages (#18185)

* Fixes Print Render

* Suppress the mobile view when printing
jchambers2012 1 年間 前
コミット
001f06cc9a
1 ファイル変更1 行追加1 行削除
  1. 1 1
      netbox/templates/base/layout.html

+ 1 - 1
netbox/templates/base/layout.html

@@ -19,7 +19,7 @@ Blocks:
   <div class="page">
 
     {# Sidebar #}
-    <aside class="navbar navbar-vertical navbar-expand-lg">
+    <aside class="navbar navbar-vertical navbar-expand-lg d-print-none">
 
       {% if 'commercial' in settings.RELEASE.features %}
         <img class="motif" src="{% static 'motif.svg' %}" alt="{% trans "NetBox Motif" %}">