diff --git a/python/web/src/templates/admin.html b/python/web/src/templates/admin.html index cf6bcc58..40484364 100644 --- a/python/web/src/templates/admin.html +++ b/python/web/src/templates/admin.html @@ -126,6 +126,13 @@ {{ _("Mac AFP file sharing is disabled.") }} {% endif %} + {% if webmin_configured %} + + {% endif %} {% if samba_configured %}
  • {{ _("Windows SMB file sharing is enabled.") }} @@ -134,6 +141,13 @@ {{ _("Windows SMB file sharing is disabled.") }} {% endif %}
  • + {% if webmin_configured %} + + {% endif %} {% if ftp_configured %}
  • {{ _("FTP file sharing is enabled.") }}