summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/infrastructure/templates/infrastructure/_scripts.html
blob: 44cc82b1497a707ebdce7218580b1d82595a81af (plain)
1
2
3
4
5
6
7
{% 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 %}