From 52d936efacaf2265941ab2297d39b53b54ccd6bd Mon Sep 17 00:00:00 2001 From: Lucas Palm Date: Tue, 12 Jan 2016 15:26:52 -0600 Subject: [PATCH] Fixed the width of the stack template detail box On the "Template" tab of the Stack details page (Project --> Orchestration --> Stacks --> Stack Details), the gray box that surrounds the template text is just a bit too wide. The edges extend right up to the side of the enclosing
element, making it look bad. To fix this, the "status" and "row" classes were removed from the parent div element. The "Stack Template" header was also removed from the page because it is redundant inside a tab that already implies that it is the stack's template. Change-Id: Ic8b17caf947534b0ac13e06b221a0d48802fb563 Closes-Bug: #1533366 --- .../project/stacks/templates/stacks/_stack_template.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/openstack_dashboard/dashboards/project/stacks/templates/stacks/_stack_template.html b/openstack_dashboard/dashboards/project/stacks/templates/stacks/_stack_template.html index 085c75fe7a..17eed2085c 100644 --- a/openstack_dashboard/dashboards/project/stacks/templates/stacks/_stack_template.html +++ b/openstack_dashboard/dashboards/project/stacks/templates/stacks/_stack_template.html @@ -1,8 +1,5 @@ {% load i18n sizeformat %} -

{% trans "Stack Template" %}

- -
-
{{ stack_template }}
-  
+
+
{{ stack_template }}