Add smtp relay html page

This commit is contained in:
David Duque 2020-04-13 01:24:36 +01:00
parent 4aa671c20b
commit cd4c478986
No known key found for this signature in database
GPG Key ID: 2F327738A3C0AE3A
1 changed files with 4 additions and 0 deletions

View File

@ -125,6 +125,10 @@
</div>
<div class="container">
<div id="panel_smtp_relays" class="admin_panel">
{% include "smtp-relays.html" %}
</div>
<div id="panel_system_status" class="admin_panel">
{% include "system-status.html" %}
</div>