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

migrate table config to typescript & update templates

This commit is contained in:
checktheroads
2021-04-19 16:59:56 -07:00
parent 82ef6f8ac5
commit 03390815af
18 changed files with 127 additions and 31 deletions

View File

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