move instance card icon logic to template

This commit is contained in:
2025-04-14 19:24:49 +00:00
parent 02baa71622
commit 844cf4dfb9
11 changed files with 65 additions and 150 deletions

View File

@@ -38,3 +38,10 @@ type Auth struct {
Token string
CSRF string
}
type Icon struct {
ID string
Src string
Alt string
Clickable bool
}