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

improve styles and documentation

This commit is contained in:
checktheroads
2021-04-26 00:31:51 -07:00
parent bb55df34d7
commit aef513f038
27 changed files with 445 additions and 297 deletions

View File

@ -1,6 +1,7 @@
{% extends 'layout.html' %} {% load helpers %} {%block title %} Home
{%endblock%} {% block content %}
{% extends 'layout.html' %}
{% load helpers %}
{% block title_container %}{% endblock %}
{% block content %}
<div class="stats-container">
<div class="row row-cols-auto masonry">
{% for section in stats %}
@ -51,5 +52,4 @@
</div>
</div>
</div>
{% endblock %}