diff --git a/openstack_dashboard/dashboards/project/stacks/templates/stacks/_stack_info.html b/openstack_dashboard/dashboards/project/stacks/templates/stacks/_stack_info.html index 3b548aa58d..6e657cb3b3 100644 --- a/openstack_dashboard/dashboards/project/stacks/templates/stacks/_stack_info.html +++ b/openstack_dashboard/dashboards/project/stacks/templates/stacks/_stack_info.html @@ -6,11 +6,9 @@
{% if stack.stack_status == 'CREATE_FAILED' %}

{{ stack.stack_status_reason }}

-{% else %} -

{{ stack.stack_status_desc }}

{% endif %} {% for output in stack.outputs %} {% if output.output_key == 'WebsiteURL' %} {{ output.description }} {% endif %} -{% endfor %} \ No newline at end of file +{% endfor %}