
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
12 lines
254 B
HTML
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 %}
|