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