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

migrate connection toggle to typescript

This commit is contained in:
checktheroads
2021-04-19 20:48:03 -07:00
parent 8737e9824f
commit 7d07631f12
13 changed files with 75 additions and 47 deletions

View File

@@ -48,7 +48,3 @@
</form>
{% table_config_form interface_table %}
{% endblock %}
{% block javascript %}
<script src="{% static 'js/connection_toggles.js' %}?v{{ settings.VERSION }}"></script>
{% endblock %}