mirror of
https://github.com/akuker/RASCSI.git
synced 2025-01-11 09:29:53 +00:00
Re-added Webmin links for AFP & SMB
This commit is contained in:
parent
d25b5f6c2a
commit
507bfc19c1
@ -126,6 +126,13 @@
|
|||||||
{{ _("Mac AFP file sharing is disabled.") }}
|
{{ _("Mac AFP file sharing is disabled.") }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</li>
|
</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 %}
|
{% if samba_configured %}
|
||||||
<li class="service-item enabled">
|
<li class="service-item enabled">
|
||||||
{{ _("Windows SMB file sharing is enabled.") }}
|
{{ _("Windows SMB file sharing is enabled.") }}
|
||||||
@ -134,6 +141,13 @@
|
|||||||
{{ _("Windows SMB file sharing is disabled.") }}
|
{{ _("Windows SMB file sharing is disabled.") }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</li>
|
</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 %}
|
{% if ftp_configured %}
|
||||||
<li class="service-item enabled">
|
<li class="service-item enabled">
|
||||||
{{ _("FTP file sharing is enabled.") }}
|
{{ _("FTP file sharing is enabled.") }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user