summaryrefslogtreecommitdiff
path: root/horizon/templates/horizon/common/_data_table_row.html
diff options
context:
space:
mode:
Diffstat (limited to 'horizon/templates/horizon/common/_data_table_row.html')
-rw-r--r--horizon/templates/horizon/common/_data_table_row.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/horizon/templates/horizon/common/_data_table_row.html b/horizon/templates/horizon/common/_data_table_row.html
deleted file mode 100644
index 3e0c8b0f..00000000
--- a/horizon/templates/horizon/common/_data_table_row.html
+++ /dev/null
@@ -1,3 +0,0 @@
-<tr{{ row.attr_string|safe }}>
- {% for cell in row %}<td{{ cell.attr_string|safe }}>{{ cell.value }}</td>{% endfor %}
-</tr>