From cd4c478986ca9faebd5d8906c66c5eb36780761d Mon Sep 17 00:00:00 2001 From: David Duque Date: Mon, 13 Apr 2020 01:24:36 +0100 Subject: [PATCH] Add smtp relay html page --- management/templates/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/management/templates/index.html b/management/templates/index.html index 5649ccfc..68efdfb0 100644 --- a/management/templates/index.html +++ b/management/templates/index.html @@ -125,6 +125,10 @@
+
+ {% include "smtp-relays.html" %} +
+
{% include "system-status.html" %}