
* refactored names: task executions, workflow executions * Screenshots: https://s17.postimg.org/l2xp52p3j/image.png Change-Id: Ia11956e222390cf410abbb82d68adcc2d59c5855
10 lines
261 B
HTML
10 lines
261 B
HTML
{% extends 'mistral/default/table.html' %}
|
|
{% load i18n %}
|
|
{% block title %}
|
|
{% trans "Task Executions" %}
|
|
{% endblock %}
|
|
|
|
{% block page_header %}
|
|
{% include "horizon/common/_page_header.html" with title=_("Task Executions") %}
|
|
{% endblock page_header %}
|