mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-28 11:26:26 -06:00
Suppress the mobile view when printing
This commit is contained in:
parent
458633275a
commit
20ca33b160
@ -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" %}">
|
||||
@ -42,7 +42,7 @@ Blocks:
|
||||
</h1>
|
||||
|
||||
{# User menu (mobile view) #}
|
||||
<div class="navbar-nav flex-row align-items-center d-lg-none d-print-none">
|
||||
<div class="navbar-nav flex-row align-items-center d-lg-none">
|
||||
{% plugin_navbar %}
|
||||
{% include 'inc/light_toggle.html' %}
|
||||
{% include 'inc/user_menu.html' %}
|
||||
|
Loading…
Reference in New Issue
Block a user