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

Update modal template

This commit is contained in:
Jeremy Stretch
2020-03-05 13:55:27 -05:00
parent defe59d79e
commit 9f42bce16a
4 changed files with 12 additions and 8 deletions

View File

@@ -134,7 +134,7 @@
{% include 'inc/paginator.html' with paginator=circuits_table.paginator page=circuits_table.page %}
</div>
</div>
{% include 'inc/modal.html' with modal_name='graphs' %}
{% include 'inc/modal.html' with name='graphs' title='Graphs' %}
{% endblock %}
{% block javascript %}