diff --git a/templates/installer/check-requirements.html b/templates/installer/check-requirements.html index 5c2c434f..52484967 100644 --- a/templates/installer/check-requirements.html +++ b/templates/installer/check-requirements.html @@ -1,57 +1,57 @@
| Category | -Test | -Result | -
|---|---|---|
| {{ test.category }} | -{{ test.name }} | -- {% if test.result %} - - {% else %} - {% if test.required %} - {% set errors = errors + 1 %} - - {% else %} - {% set warnings = warnings + 1 %} - - {% endif %} - {% endif %} - | -
There were {{ errors }} error(s) and {{ warnings }} warning(s).
-Warning: Ignoring these problems is not recommended and may cause installation issues.
- - {% else %} - - {% endif %} - {% else %} -There were no errors or warnings. Good!
- - {% endif %} +| Category | +Test | +Result | +
|---|---|---|
| {{ test.category }} | +{{ test.name }} | ++ {% if test.result %} + + {% else %} + {% if test.required %} + {% set errors = errors + 1 %} + + {% else %} + {% set warnings = warnings + 1 %} + + {% endif %} + {% endif %} + | +
There were {{ errors }} error(s) and {{ warnings }} warning(s).
+Warning: Ignoring these problems is not recommended and may cause installation issues.
+ + {% else %} + + {% endif %} + {% else %} +There were no errors or warnings. Good!
+ + {% endif %}