summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/project/images_and_snapshots/templates/images_and_snapshots/images/detail.html
blob: 17aeb48d9768a023d95be8fa168a35dc0dfd6f9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{% extends 'base.html' %}
{% load i18n %}

{% block title %}{% trans "Image Detail "%}{% endblock %}

{% block page_header %}
  {% include "horizon/common/_page_header.html" with title="Image Detail" %}
{% endblock page_header %}

{% block main %}
<div class="row-fluid">
  <div class="span12">
  {{ tab_group.render }}
  </div>
</div>
{% endblock %}