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:
Diffstat (limited to 'plugins/CoreHome/templates/_dataTable.twig')
-rw-r--r--plugins/CoreHome/templates/_dataTable.twig8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/CoreHome/templates/_dataTable.twig b/plugins/CoreHome/templates/_dataTable.twig
index cdd5905933..90864d105c 100644
--- a/plugins/CoreHome/templates/_dataTable.twig
+++ b/plugins/CoreHome/templates/_dataTable.twig
@@ -76,6 +76,14 @@
</div>
</div>
+{% if notifications is not empty and notifications|length %}
+ {% for notificationId, n in notifications %}
+
+ {{ n.message|notification({'id': notificationId, 'type': n.type, 'title': n.title, 'noclear': n.hasNoClear, 'context': n.context, 'raw': n.raw}, false) }}
+
+ {% endfor %}
+{% endif %}
+
{% if showCardTableIsEmpty %}
</div></div>
{% endif %}