Testing a new UI

This commit is contained in:
Mukhtar Akere
2025-07-09 20:08:09 +01:00
parent dba5604d79
commit c72867ff57
25 changed files with 5826 additions and 3287 deletions

View File

@@ -47,7 +47,7 @@ type RepairRequest struct {
AutoProcess bool `json:"autoProcess"`
}
//go:embed templates/*
//go:embed templates/* assets/*
var content embed.FS
type Web struct {