mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Remove legacy script tags from templates
This commit is contained in:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user