Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-10-16 02:28:56 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-10-16 02:28:56 +0400
commit3ea1eded72582dc745db0dcdf121c1e67a8e6c25 (patch)
tree5837a567d84d7d7aa6882c47502c44c7f0340f53 /plugins/CoreVisualizations
parent03bad4b2e7954d52d9f4376a965f212bd8774e66 (diff)
refs #6015 fix row evolution did not work for some rows if search was used
Diffstat (limited to 'plugins/CoreVisualizations')
-rw-r--r--plugins/CoreVisualizations/templates/_dataTableViz_htmlTable.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreVisualizations/templates/_dataTableViz_htmlTable.twig b/plugins/CoreVisualizations/templates/_dataTableViz_htmlTable.twig
index f6fe938c6a..8082023a42 100644
--- a/plugins/CoreVisualizations/templates/_dataTableViz_htmlTable.twig
+++ b/plugins/CoreVisualizations/templates/_dataTableViz_htmlTable.twig
@@ -12,7 +12,7 @@
<tbody>
{%- endif -%}
{% if showingEmbeddedSubtable and dataTable.getRowsCount() == 0 %}
- <tr>
+ <tr class="nodata">
<td colspan="{{ properties.columns_to_display|length }}">{{ 'CoreHome_CategoryNoData'|translate }}</td>
</tr>
{% else %}