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 <tsteur@users.noreply.github.com>2019-09-11 10:42:26 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2019-09-11 10:42:26 +0300
commite31ec88c07621cf52283490e5ffc7935308d00d5 (patch)
tree86b52a7a21a4430cea823e45d4da35b397ef3968 /plugins/CoreHome/templates
parenta1cba093124040a6ea1b9695af9de3293c229723 (diff)
Allow configuration of max execution time (#14858)
* allow configuration of max execution time * trigger event when query time exceeded * fix screenshot test * added some tests and mention mariadb not supported
Diffstat (limited to 'plugins/CoreHome/templates')
-rw-r--r--plugins/CoreHome/templates/_dataTable.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreHome/templates/_dataTable.twig b/plugins/CoreHome/templates/_dataTable.twig
index 3d8be6103d..29535d8bb8 100644
--- a/plugins/CoreHome/templates/_dataTable.twig
+++ b/plugins/CoreHome/templates/_dataTable.twig
@@ -47,7 +47,7 @@
<div class="dataTableWrapper">
{% if error is defined %}
- {{ error.message }}
+ <div piwik-alert="danger">{{ error.message }}</div>
{% else %}
{% if properties.show_header_message is defined and properties.show_header_message is not empty %}
<div class='datatableHeaderMessage'>{{ properties.show_header_message | raw }}</div>