summaryrefslogtreecommitdiff
path: root/horizon/dashboards/nova/templates/nova/containers/index.html
blob: 54140a92f963451f9a5fb61d79318b9c8cb8fd6c (plain)
1
2
3
4
5
6
7
8
9
10
11
{% extends 'nova/base.html' %}
{% load i18n %}
{% block title %}Containers{% endblock %}

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

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