diff --git a/src/views/tools/tools_monitoring.ms b/src/views/tools/tools_monitoring.ms index 153cc84a..2565ed87 100644 --- a/src/views/tools/tools_monitoring.ms +++ b/src/views/tools/tools_monitoring.ms @@ -34,18 +34,22 @@
- {{t 'check_stmp'}}{{network.check.smtp_check}} -
- {{t 'check_mx'}} - {{#if network.check.mx_check.mx0}} - - {{else}} - {{network.check.mx_check}} - {{/if}} +
+
{{t 'check_stmp'}}
+
{{network.check.smtp_check}}
+
{{t 'check_mx'}}
+
+ {{#if network.check.mx_check.mx0}} +
    + {{#each network.check.mx_check}} +
  • {{this}}
  • + {{/each}} +
+ {{else}} + {{network.check.mx_check}} + {{/if}} +
+