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:
@ -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 %}
|
||||||
|
Reference in New Issue
Block a user