summaryrefslogtreecommitdiff
path: root/tuskar_ui/infrastructure/templates/horizon/common/_definition_list_data_table.html
blob: 064c5ac6e0cf47891ee75a1ef1ccdc2108c42e16 (plain)
1
2
3
4
5
{% extends "horizon/common/_enhanced_data_table.html" %}

{% block table_css_classes %}table table-condensed definition-list-table {{ table.css_classes }}{% endblock %}

{% block table_footer %}{% endblock %}