소스 검색

Remove legacy script tags from templates

thatmattlove 4 년 전
부모
커밋
a33e47780b
3개의 변경된 파일0개의 추가작업 그리고 12개의 파일을 삭제
  1. 0 4
      netbox/templates/ipam/prefix/ip_addresses.html
  2. 0 4
      netbox/templates/ipam/prefix/ip_ranges.html
  3. 0 4
      netbox/templates/ipam/prefix/prefixes.html

+ 0 - 4
netbox/templates/ipam/prefix/ip_addresses.html

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

+ 0 - 4
netbox/templates/ipam/prefix/ip_ranges.html

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

+ 0 - 4
netbox/templates/ipam/prefix/prefixes.html

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