mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-25 05:32:20 +00:00
Re-added Webmin links for AFP & SMB
This commit is contained in:
parent
fbce380907
commit
ee934c880c
@ -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.") }}
|
||||
|
Loading…
Reference in New Issue
Block a user