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')
-rw-r--r--plugins/Installation/templates/_systemCheckSection.twig6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Installation/templates/_systemCheckSection.twig b/plugins/Installation/templates/_systemCheckSection.twig
index a956d411ac..1fe5d0b3e5 100644
--- a/plugins/Installation/templates/_systemCheckSection.twig
+++ b/plugins/Installation/templates/_systemCheckSection.twig
@@ -41,19 +41,19 @@
</details>
</textarea>
-<table class="entityTable system-check" id="systemCheckRequired">
+<table class="entityTable system-check" id="systemCheckRequired" {% if isInstallation is not defined %}piwik-content-table{% endif %}>
{{ local.diagnosticTable(diagnosticReport.getMandatoryDiagnosticResults()) }}
</table>
<h3>{{ 'Installation_Optional'|translate }}</h3>
-<table class="entityTable system-check" id="systemCheckOptional">
+<table class="entityTable system-check" id="systemCheckOptional" {% if isInstallation is not defined %}piwik-content-table{% endif %}>
{{ local.diagnosticTable(diagnosticReport.getOptionalDiagnosticResults()) }}
</table>
<h3>{{ 'Installation_InformationalResults'|translate }}</h3>
-<table class="entityTable system-check" id="systemCheckInformational">
+<table class="entityTable system-check" id="systemCheckInformational" {% if isInstallation is not defined %}piwik-content-table{% endif %}>
{{ local.diagnosticTable(diagnosticReport.getInformationalResults()) }}
</table>