Shares
{{ healthy_count }} / {{ total_shares }}
Cache
{{ total_cache_display }}
Speed
{{ aggregate_speed_display }}
Transfers
{{ active_transfers }}
{% if all_synced %}
已全部同步 — 可以断网 All synced — safe to disconnect
{% else %}
同步进行中 — 请勿断网 Sync in progress — do not disconnect
{% endif %}
{% for share in shares %}

{{ share.name }}

{% if share.health == "OK" %} OK {% elif share.health == "FAILED" %} FAILED {% elif share.health == "PROBING" %} PROBING {% else %} PENDING {% endif %} {% if share.read_only %} RO {% endif %}
Mount: {{ share.mount_point }} Cache: {{ share.cache_display }} Dirty: {{ share.dirty_count }} Speed: {{ share.speed_display }}
{% if share.health == "FAILED" %}
{{ share.health_message }}
{% endif %}
{% endfor %}
SMB: {% if smbd_running %}ON{% else %}OFF{% endif %} NFS: {% if nfs_exported %}ON{% else %}OFF{% endif %} WebDAV: {% if webdav_running %}ON{% else %}OFF{% endif %}