summaryrefslogtreecommitdiff
path: root/horizon/dashboards/nova/networks/templates/networks/subnets/detail.html
blob: c4e35bd0719ad1dfb327d4399086df170f12fc86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Subnet Detail"%}{% endblock %}

{% block page_header %}
  {% include "horizon/common/_page_header.html" with title=_("Subnet Detail") %}
{% endblock page_header %}

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