Liat Fried e93c979197 Mistral-dashboard: Actions screen
Added “Run Action” screen to each row
which allows of a specific action execution run.

Added "Filter Action" to actions list.

Print screen
http://pasteboard.co/vRURv4E.png
http://pasteboard.co/VqKFjEw.png

Partially implements blueprint: Actions-screen-improvements
Closes-Bug: #1505665
Change-Id: I359b402bbb60defe40112c7c95c7e18351277107
2016-01-24 08:05:51 +00:00

12 lines
254 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" %}
{% endblock page_header %}
{% block main %}
{% include 'mistral/actions/_run.html' %}
{% endblock %}