murano-dashboard/muranodashboard/templates/deployments/reports.html
zhurong ee7edeb1f3 Made breadcrumb consistent with horizon
Now horizon this patch:https://review.openstack.org/#/c/284421/
merged, so we should make murano-dashboard breadcrumb consistent
with horizon.

Change-Id: I436fde0e092f3ffeb499f1a3a99e2aca5197c721
Closes-Bug: #1579315
2016-05-07 04:10:28 -04:00

15 lines
372 B
HTML

{% extends 'murano_base.html' %}
{% load i18n sizeformat %}
{% block title %}{% trans "Deployment Details" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_detail_header.html" %}
{% endblock page_header %}
{% block main %}
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">{{ tab_group.render }}</div>
</div>
{% endblock %}