Added dashboard page layout & sites overview
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user