horizon/horizon/templates/horizon/client_side/_table_row.html
Andy Chong 5ab5d28031 reset table to empty look if row becomes empty during updates
* fixes bug 955706

Change-Id: Icb4190ce8cf20e3375c237f6729c64cb17f404e1
2012-03-17 12:32:29 +08:00

10 lines
269 B
HTML

{% extends "horizon/client_side/template.html" %}
{% load horizon %}
{% block id %}empty_row_template{% endblock %}
{% block template %}
{% jstemplate %}
<tr class="odd empty"><td colspan="[[colspan]]">No items to display.</td></tr>
{% endjstemplate %}
{% endblock %}