
* added pagination: adressed all comments given to Liat on: https://review.openstack.org/#/c/266826/ * removed redundant template inheritance * resolved bug: [ui] Pagination is absent in the "Actions" tab * resolved bug: [ui] Every click on "Actions" tab takes too much time * resolved bug: [ui] Problem with "Actions" page layout Screenshots: http://pasteboard.co/1yhuS10g.png Partially implements blueprint: Actions-screen-improvements Closes-Bug: #1505657 Closes-Bug: #1505668 Closes-Bug: #1505662 Change-Id: I4c15e39830ca425a8321b09e7d6039e6623eea8b
7 lines
238 B
HTML
7 lines
238 B
HTML
{% extends 'mistral/default/table.html' %}
|
|
{% load i18n %}
|
|
{% block title %}{% trans "Actions" %}{% endblock %}
|
|
|
|
{% block page_header %}
|
|
{% include "horizon/common/_page_header.html" with title=_("Actions") %}
|
|
{% endblock page_header %} |