horizon/horizon/dashboards/nova/templates/nova/containers/index.html

12 lines
278 B
HTML

{% 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 %}