mistral-dashboard/mistraldashboard/action_executions/templates/action_executions/index.html

10 lines
264 B
HTML

{% extends 'mistral/default/table.html' %}
{% load i18n %}
{% block title %}
{% trans "Action Executions" %}
{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Action Executions")%}
{% endblock page_header %}