feat: add whiteline between shares for readibility

This commit is contained in:
Simon Cornet 2026-04-07 17:08:51 +02:00
commit 3d83fde6f4

View file

@ -1,4 +1,5 @@
{% for __shares in shares %}
# {{ __shares['name'] }}
{{ __shares['path'] }} {{ __shares['client_ip'] }}({{ __shares['client_options'] }})
{% endfor %}