rename instance to config,

simplify resource-chart code
This commit is contained in:
2025-04-02 20:39:38 +00:00
parent add58d849e
commit bd0387976f
12 changed files with 14 additions and 18 deletions

3
web/html/instances.frag Normal file
View File

@@ -0,0 +1,3 @@
{{range .instances}}
{{template "instance-card" .}}
{{end}}