mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 09:51:22 -06:00
Remove legacy script tags from templates
This commit is contained in:
parent
691c66d2f5
commit
a33e47780b
@ -19,7 +19,3 @@
|
||||
</div>
|
||||
{% table_config_form table table_name="IPAddressTable" %}
|
||||
{% endblock %}
|
||||
|
||||
{% block javascript %}
|
||||
<script src="{% static 'js/tableconfig.js' %}"></script>
|
||||
{% endblock %}
|
||||
|
@ -11,7 +11,3 @@
|
||||
</div>
|
||||
{% table_config_form table table_name="IPRangeTable" %}
|
||||
{% endblock %}
|
||||
|
||||
{% block javascript %}
|
||||
<script src="{% static 'js/tableconfig.js' %}"></script>
|
||||
{% endblock %}
|
||||
|
@ -27,7 +27,3 @@
|
||||
</div>
|
||||
{% table_config_form table table_name="PrefixDetailTable" %}
|
||||
{% endblock %}
|
||||
|
||||
{% block javascript %}
|
||||
<script src="{% static 'js/tableconfig.js' %}"></script>
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user