From 759b51fa400081c2293acaa1f336e6529d3c9aa8 Mon Sep 17 00:00:00 2001 From: Brian Tully Date: Wed, 23 Apr 2014 16:29:33 -0400 Subject: [PATCH] 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 --- muranodashboard/templates/catalog/app_details.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/muranodashboard/templates/catalog/app_details.html b/muranodashboard/templates/catalog/app_details.html index ff0b02bd3..2c0c1f21f 100644 --- a/muranodashboard/templates/catalog/app_details.html +++ b/muranodashboard/templates/catalog/app_details.html @@ -14,9 +14,14 @@
- {% with class='btn btn-small btn-add ajax-modal pull-right' %} - {% include 'catalog/add_app.html' %} - {% endwith %} +
+ {% 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 %} +

{{ app.name }}

{{ tab_group.render }}