mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-29 03:46:25 -06:00
Fixes Print Render
This commit is contained in:
parent
3326a6543c
commit
458633275a
@ -42,7 +42,7 @@ Blocks:
|
|||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
{# User menu (mobile view) #}
|
{# User menu (mobile view) #}
|
||||||
<div class="navbar-nav flex-row align-items-center d-lg-none">
|
<div class="navbar-nav flex-row align-items-center d-lg-none d-print-none">
|
||||||
{% plugin_navbar %}
|
{% plugin_navbar %}
|
||||||
{% include 'inc/light_toggle.html' %}
|
{% include 'inc/light_toggle.html' %}
|
||||||
{% include 'inc/user_menu.html' %}
|
{% include 'inc/user_menu.html' %}
|
||||||
|
Loading…
Reference in New Issue
Block a user