Add 'quick deploy' button to app details page

On the application details page there is an 'Add to Env' button but the
'Quick Deploy' button was missing. I've added the Quick Deploy button using
the design pattern implemented on the app tile page, i.e., a button group

Closes-Bug: #1310960
Change-Id: Ib3b86a19f0aae9adaac98167f1e493fa1ad5b219
This commit is contained in:
Brian Tully 2014-04-23 16:29:33 -04:00
parent ea9f2b359b
commit 759b51fa40
1 changed files with 8 additions and 3 deletions

View File

@ -14,9 +14,14 @@
<div class="table_wrapper">
<div class="row-fluid">
<div class="span12">
{% with class='btn btn-small btn-add ajax-modal pull-right' %}
{% include 'catalog/add_app.html' %}
{% endwith %}
<div class="btn-group pull-right">
{% with class='btn btn-small btn-add ajax-modal' %}
{% include 'catalog/add_app.html' %}
{% endwith %}
{% with class='btn btn-small btn-add ajax-modal' %}
{% include 'catalog/quick_deploy.html' %}
{% endwith %}
</div>
<h3>{{ app.name }}</h3>
{{ tab_group.render }}
<div class="well app-meta">