move instance card icon logic to template
This commit is contained in:
@@ -38,3 +38,10 @@ type Auth struct {
|
||||
Token string
|
||||
CSRF string
|
||||
}
|
||||
|
||||
type Icon struct {
|
||||
ID string
|
||||
Src string
|
||||
Alt string
|
||||
Clickable bool
|
||||
}
|
||||
|
Reference in New Issue
Block a user