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/DevicesDetection/templates/list.twig')
-rw-r--r--plugins/DevicesDetection/templates/list.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DevicesDetection/templates/list.twig b/plugins/DevicesDetection/templates/list.twig
index 1fa57d844d..d51fb732ff 100644
--- a/plugins/DevicesDetection/templates/list.twig
+++ b/plugins/DevicesDetection/templates/list.twig
@@ -1,4 +1,4 @@
-<table class="dataTable">
+<table class="entityTable">
{% for name,image in itemList %}
<tr>
<td><img src="{{ image }}" /> {{ name }}</td>