horizon/openstack_dashboard/dashboards/project/data_processing/data_plugins/templates/data_processing.data_plugins/plugins.html

15 lines
342 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Data Processing" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Data Processing Plugins") %}
{% endblock page_header %}
{% block main %}
<div class="plugins">
{{ plugins_table.render }}
</div>
{% endblock %}