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

8 lines
263 B
HTML

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