diff --git a/horizon/templates/horizon/_scripts.html b/horizon/templates/horizon/_scripts.html index 9dfd0f4c7..b3edd2041 100644 --- a/horizon/templates/horizon/_scripts.html +++ b/horizon/templates/horizon/_scripts.html @@ -39,11 +39,6 @@ - - - - - {% block custom_js_files %}{% endblock %} {% endcompress %} diff --git a/openstack_dashboard/dashboards/infrastructure/templates/infrastructure/base.html b/openstack_dashboard/dashboards/infrastructure/templates/infrastructure/base.html index cca33756f..ef27a68fe 100644 --- a/openstack_dashboard/dashboards/infrastructure/templates/infrastructure/base.html +++ b/openstack_dashboard/dashboards/infrastructure/templates/infrastructure/base.html @@ -8,3 +8,11 @@ {% endcompress %} {% endblock %} + +{% block js %} + + + + + +{% endblock %}