Re-added Webmin links for AFP & SMB

This commit is contained in:
PiSCSI User 2023-11-15 13:31:03 +00:00
parent fbce380907
commit ee934c880c
1 changed files with 14 additions and 0 deletions

View File

@ -126,6 +126,13 @@
{{ _("Mac AFP file sharing is disabled.") }}
{% endif %}
</li>
{% if webmin_configured %}
<ul>
<li class="service-item extlink">
<a href="../webmin/netatalk2/" target=\"_blank\">{{ _("Manage the AFP server") }}</a>
</li>
</ul>
{% endif %}
{% if samba_configured %}
<li class="service-item enabled">
{{ _("Windows SMB file sharing is enabled.") }}
@ -134,6 +141,13 @@
{{ _("Windows SMB file sharing is disabled.") }}
{% endif %}
</li>
{% if webmin_configured %}
<ul>
<li class="service-item extlink">
<a href="../webmin/samba/" target=\"_blank\">{{ _("Manage the SMB server") }}</a>
</li>
</ul>
{% endif %}
{% if ftp_configured %}
<li class="service-item enabled">
{{ _("FTP file sharing is enabled.") }}