From 85867f9a0e4dda4d9f27d9da0e07932ff31cabb3 Mon Sep 17 00:00:00 2001 From: opi Date: Sun, 15 Nov 2015 16:02:08 +0100 Subject: [PATCH] [enh] Harmonize monitoring view. --- src/views/tools/tools_monitoring.ms | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) 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}} -
    - {{#each network.check.mx_check}} -
  • {{this}}
  • - {{/each}} -
- {{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}} +
+