Improve visualize.py to load data directly
This commit is contained in:
parent
fd2eec6683
commit
0347efcb38
4 changed files with 12 additions and 14 deletions
templates
|
@ -29,7 +29,7 @@ external: {
|
|||
}
|
||||
|
||||
{% for backup in svc.backup or [] %}
|
||||
{{ svc.key }} -> external.restic.{{ svc.host }}: backup.name {
|
||||
{{ svc.key }} -> external.restic.{{ svc.host }}: {{ backup.name }} {
|
||||
style: {
|
||||
stroke: "#0f0"
|
||||
stroke-dash: 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue