
* Add components tiles organized via bootstrap carousel widget to the environment page * Make these components draggable, drop area resides inside the components table * Enhance components list with filter field and categories selector which perform components filtering client-side Copy-paste the code for loading modals from horizon.modals.js into static/muranodashboard/js/load-modals.js to not rely on change in Horizon. Implements blueprint draggable-components Change-Id: I71935db1c5f193441e4a0df54362de7ee2bafca0
11 lines
277 B
HTML
11 lines
277 B
HTML
{% extends 'horizon/common/_data_table.html' %}
|
|
{% load i18n %}
|
|
|
|
{% block table_caption %}
|
|
<tr class='table_caption'>
|
|
<th class='table_header' colspan='{{ columns|length }}'>
|
|
{{ table.render_table_actions }}
|
|
</th>
|
|
</tr>
|
|
{% endblock table_caption %}
|