Added dashboard page layout & sites overview

This commit is contained in:
2026-04-05 17:55:58 +02:00
parent 7bb7454d7f
commit a6f60a5a38
38 changed files with 2687 additions and 111 deletions
+1
View File
@@ -23,6 +23,7 @@ type CustomHeaders struct {
type Site struct {
ID string `json:"id"`
Name string `json:"name"`
GitServer string `json:"git_server"`
Owner string `json:"owner"`
Repository string `json:"repository"`