summaryrefslogtreecommitdiff
path: root/tuskar_ui/infrastructure/templates/infrastructure/_scripts.html
diff options
context:
space:
mode:
authorBrad P. Crochet <brad@redhat.com>2015-08-06 15:48:34 -0400
committerAna Krivokapic <akrivoka@redhat.com>2015-08-07 11:50:15 +0200
commitb3a0d54a617026cc317141d36afb7d7989269e51 (patch)
treec169a9cf8825373fd169f17a973fb0d5ac87ad80 /tuskar_ui/infrastructure/templates/infrastructure/_scripts.html
parent943d726a069640bc988c83379516ab8caa940691 (diff)
downloadtuskar-ui-b3a0d54a617026cc317141d36afb7d7989269e51.tar.gz
Add a display and download of overcloudrc
No overcloudrc was created when deployed via the UI. This adds the ability to view the values and to download an appropriate rc file. Change-Id: I2ee7cc4b10559a3542a6d22b01179b764c857d6b
Diffstat (limited to 'tuskar_ui/infrastructure/templates/infrastructure/_scripts.html')
-rw-r--r--tuskar_ui/infrastructure/templates/infrastructure/_scripts.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/tuskar_ui/infrastructure/templates/infrastructure/_scripts.html b/tuskar_ui/infrastructure/templates/infrastructure/_scripts.html
index 61d91811..ff190f01 100644
--- a/tuskar_ui/infrastructure/templates/infrastructure/_scripts.html
+++ b/tuskar_ui/infrastructure/templates/infrastructure/_scripts.html
@@ -10,6 +10,7 @@
<script src='{{ STATIC_URL }}infrastructure/js/tuskar.edit_plan.js' type='text/javascript' charset='utf-8'></script>
<script src='{{ STATIC_URL }}infrastructure/js/tuskar.deployment_progress.js' type='text/javascript' charset='utf-8'></script>
<script src='{{ STATIC_URL }}infrastructure/js/tuskar.performance.js' type='text/javascript' charset='utf-8'></script>
+ <script src='{{ STATIC_URL }}infrastructure/js/tuskar.deployment_live.js' type='text/javascript' charset='utf-8'></script>
{% endblock %}
{% comment %} Tuskar-UI Client-side Templates (These should *not* be inside the "compress" tag.) {% endcomment %}