Gal Margalit 1b73cff4dd mistral-dashboard: entities name change for system consistency
* refactored names: task executions, workflow executions

* Screenshots:
https://s17.postimg.org/l2xp52p3j/image.png

Change-Id: Ia11956e222390cf410abbb82d68adcc2d59c5855
2016-11-15 10:01:26 +00:00

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 %}