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

Shade background of home view

This commit is contained in:
jeremystretch
2021-07-22 08:14:17 -04:00
parent 108305a3e3
commit 03b20b00b4

View File

@ -23,8 +23,8 @@
{% block title %}Home{% endblock %} {% block title %}Home{% endblock %}
{% block content %} {% block content-wrapper %}
<div class="tab-content">
{# General stats #} {# General stats #}
<div class="row masonry"> <div class="row masonry">
{% for section, items, icon in stats %} {% for section, items, icon in stats %}
@ -78,4 +78,5 @@
</div> </div>
</div> </div>
{% endif %} {% endif %}
{% endblock content %} </div>
{% endblock content-wrapper %}