summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/admin/domains/templates/domains/index.html
blob: 78fecfa6e5c0d8334d3e3511b97dcc7340e11dc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Domains" %}{% endblock %}

{% block page_header %}
  {% include "horizon/common/_domain_page_header.html" with title=_("Domains") %}
{% endblock page_header %}

{% block main %}
    {{ table.render }}
{% endblock %}