feat: add whiteline between shares for readibility
This commit is contained in:
parent
35a69f30b7
commit
3d83fde6f4
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
{% for __shares in shares %}
|
{% for __shares in shares %}
|
||||||
# {{ __shares['name'] }}
|
# {{ __shares['name'] }}
|
||||||
{{ __shares['path'] }} {{ __shares['client_ip'] }}({{ __shares['client_options'] }})
|
{{ __shares['path'] }} {{ __shares['client_ip'] }}({{ __shares['client_options'] }})
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue