murano-agent/dashboard/tabula/templates/services.html

12 lines
303 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Data Center Services" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title="Data Center "|add:dc_name %}
{% endblock page_header %}
{% block main %}
{{ table.render }}
{% endblock %}