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

@@ -99,7 +99,3 @@
</div>
{% table_config_form table table_name="ObjectTable" %}
{% endblock %}
{% block javascript %}
<script src="{% static 'js/tableconfig.js' %}"></script>
{% endblock %}