horizon/openstack_dashboard/dashboards/project/stacks/resource_types/templates/stacks.resource_types/index.html

8 lines
158 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Resource Types" %}{% endblock %}
{% block main %}
{{ table.render }}
{% endblock %}