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/Installation/templates/_systemCheckSection.twig')
-rwxr-xr-xplugins/Installation/templates/_systemCheckSection.twig4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Installation/templates/_systemCheckSection.twig b/plugins/Installation/templates/_systemCheckSection.twig
index a2d0b7610e..96e3fc3ae3 100755
--- a/plugins/Installation/templates/_systemCheckSection.twig
+++ b/plugins/Installation/templates/_systemCheckSection.twig
@@ -1,12 +1,12 @@
{% import _self as local %}
-<table class="simple-table system-check" id="systemCheckRequired">
+<table class="entityTable system-check" id="systemCheckRequired" piwik-content-table>
{{ local.diagnosticTable(diagnosticReport.getMandatoryDiagnosticResults()) }}
</table>
<h3>{{ 'Installation_Optional'|translate }}</h3>
-<table class="simple-table system-check" id="systemCheckOptional">
+<table class="entityTable system-check" id="systemCheckOptional" piwik-content-table>
{{ local.diagnosticTable(diagnosticReport.getOptionalDiagnosticResults()) }}
</table>