summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/infrastructure/templates/infrastructure/_scripts.html
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/dashboards/infrastructure/templates/infrastructure/_scripts.html')
-rw-r--r--openstack_dashboard/dashboards/infrastructure/templates/infrastructure/_scripts.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/openstack_dashboard/dashboards/infrastructure/templates/infrastructure/_scripts.html b/openstack_dashboard/dashboards/infrastructure/templates/infrastructure/_scripts.html
deleted file mode 100644
index 44cc82b1..00000000
--- a/openstack_dashboard/dashboards/infrastructure/templates/infrastructure/_scripts.html
+++ /dev/null
@@ -1,7 +0,0 @@
-{% extends 'horizon/_scripts.html' %}
-{% block custom_js_files %}
- <script src='{{ STATIC_URL }}infrastructure/js/horizon.capacity.js' type='text/javascript' charset='utf-8'></script>
- <script src='{{ STATIC_URL }}infrastructure/js/horizon.d3circleschart.js' type='text/javascript' charset='utf-8'></script>
- <script src='{{ STATIC_URL }}infrastructure/js/horizon.d3linechart.js' type='text/javascript' charset='utf-8'></script>
- <script src='{{ STATIC_URL }}infrastructure/js/horizon.d3singlebarchart.js' type='text/javascript' charset='utf-8'></script>
-{% endblock %}