Make the rspamd webui available, fixes #157

This commit is contained in:
kaiyou
2017-11-10 14:49:36 +01:00
parent 3675fdb915
commit 1a3f85fbc2
4 changed files with 38 additions and 4 deletions

View File

@@ -36,7 +36,7 @@
<i class="fa fa-ticket"></i> <span>{% trans %}Authentication tokens{% endtrans %}</span>
</a>
</li>
<li class="header">{% trans %}Administration{% endtrans %}</li>
{% if current_user.global_admin %}
<li>
@@ -59,6 +59,11 @@
<i class="fa fa-reply-all"></i> <span>{% trans %}Relayed domains{% endtrans %}</span>
</a>
</li>
<li>
<a href="{{ config["WEB_ADMIN"] }}/antispam/">
<i class="fa fa-trash-o"></i> <span>{% trans %}Antispam{% endtrans %}</span>
</a>
</li>
{% endif %}
{% if current_user.manager_of or current_user.global_admin %}
<li>