Files
murano-dashboard/muranodashboard/templates/common/_data_table.html
Timur Sufiev 6624d47ca0 Add draggable components to the 'Components page'
* 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
2015-03-05 15:40:50 +03:00

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 %}