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 @@
-

Pre-installation tests

- - - - - - - {% set errors = 0 %} - {% set warnings = 0 %} - {% for test in tests %} - - - - - - {% endfor %} -
CategoryTestResult
{{ test.category }}{{ test.name }} - {% if test.result %} - - {% else %} - {% if test.required %} - {% set errors = errors + 1 %} - - {% else %} - {% set warnings = warnings + 1 %} - - {% endif %} - {% endif %} -
- {% if errors or warnings %} -

There were {{ errors }} error(s) and {{ warnings }} warning(s).

- - {% if errors %} -

Warning: Ignoring these problems is not recommended and may cause installation issues.

-

- {% else %} -

- {% endif %} - {% else %} -

There were no errors or warnings. Good!

-

- {% endif %} +

Pre-installation tests

+ + + + + + + {% set errors = 0 %} + {% set warnings = 0 %} + {% for test in tests %} + + + + + + {% endfor %} +
CategoryTestResult
{{ test.category }}{{ test.name }} + {% if test.result %} + + {% else %} + {% if test.required %} + {% set errors = errors + 1 %} + + {% else %} + {% set warnings = warnings + 1 %} + + {% endif %} + {% endif %} +
+ {% if errors or warnings %} +

There were {{ errors }} error(s) and {{ warnings }} warning(s).

+ + {% if errors %} +

Warning: Ignoring these problems is not recommended and may cause installation issues.

+

+ {% else %} +

+ {% endif %} + {% else %} +

There were no errors or warnings. Good!

+

+ {% endif %}
\ No newline at end of file