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

migrate cluster templates to bootstrap 5

This commit is contained in:
checktheroads
2021-04-17 18:35:09 -07:00
parent a8cad28da7
commit c9fe7f6db6
7 changed files with 88 additions and 105 deletions

View File

@@ -214,6 +214,5 @@
{% endblock %}
{% block javascript %}
<script src="{% static 'js/secrets.js' %}?v{{ settings.VERSION }}"></script>
<script src="{% static 'js/tableconfig.js' %}?v{{ settings.VERSION }}"></script>
{% endblock %}