
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
8 lines
207 B
HTML
8 lines
207 B
HTML
{% extends "horizon/common/_modal_form.html" %}
|
|
{% load i18n %}
|
|
|
|
{% block modal-body-right %}
|
|
<h3>{% trans "Description:" %}</h3>
|
|
<p>{% trans "From here you can run an action." %}</p>
|
|
{% endblock %}
|