From ee934c880cc7c9094a8e2c4f924a8ff6968d81f2 Mon Sep 17 00:00:00 2001 From: PiSCSI User Date: Wed, 15 Nov 2023 13:31:03 +0000 Subject: [PATCH] Re-added Webmin links for AFP & SMB --- python/web/src/templates/admin.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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.") }}