summaryrefslogtreecommitdiff
path: root/horizon/templates/horizon/common/_data_table.html
diff options
context:
space:
mode:
Diffstat (limited to 'horizon/templates/horizon/common/_data_table.html')
-rw-r--r--horizon/templates/horizon/common/_data_table.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/horizon/templates/horizon/common/_data_table.html b/horizon/templates/horizon/common/_data_table.html
index 89db10b4..9713752f 100644
--- a/horizon/templates/horizon/common/_data_table.html
+++ b/horizon/templates/horizon/common/_data_table.html
@@ -11,11 +11,13 @@
{{ table.render_table_actions }}
</th>
</tr>
+ {% if not table.is_browser_table %}
<tr>
{% for column in columns %}
<th {{ column.attr_string|safe }}>{{ column }}</th>
{% endfor %}
</tr>
+ {% endif %}
</thead>
<tbody>
{% for row in rows %}
@@ -52,4 +54,4 @@
{% endwith %}
{% if needs_form_wrapper %}</form>{% endif %}
</div>
-{% endwith %} \ No newline at end of file
+{% endwith %}