{% for share in shares %} {% endfor %}
Name Health Mount Cache Dirty Speed Transfers
Cache Used
{{ share.cache_display }}
Dirty Files
{{ share.dirty_count }}
Transfer Speed
{{ share.speed_display }}
Active Transfers
{{ share.transfers }}
{% if share.health == "FAILED" %} {% endif %} {% if share.dir_refresh_active %} {% endif %}
Health{{ share.health }}
Probe Error{{ share.health_message }}
Connection{{ share.connection }}
Mount Point{{ share.mount_point }}
Remote Path{{ share.remote_path }}
RC Port{{ share.rc_port }}
Errored Files{{ share.errored_files }}
Total Errors{{ share.errors }}
Mounted{% if share.mounted %}Yes{% else %}No{% endif %}
Read-Only{% if share.read_only %}Yes{% else %}No{% endif %}
Dir Refresh{% if share.last_dir_refresh_ago.is_empty() %}pending{% else %}{{ share.last_dir_refresh_ago }}{% endif %}
{% if !share.warmup_rules.is_empty() %}

Warmup Rules

{% for rule in share.warmup_rules %} {% endfor %}
Path Filter State Progress
{{ rule.path }} {% if rule.newer_than.is_empty() %}-{% else %}{{ rule.newer_than }}{% endif %} {{ rule.state }} {{ rule.cached + rule.skipped }}/{{ rule.total_files }}
{% endif %}