diff options
Diffstat (limited to 'web/command/html/home.go')
| -rw-r--r-- | web/command/html/home.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web/command/html/home.go b/web/command/html/home.go index f0e783d..490b2b8 100644 --- a/web/command/html/home.go +++ b/web/command/html/home.go @@ -25,6 +25,10 @@ func HomePage(siteIndex *index.SiteIndex) Node { Text("Status"), ), Span( + Class("header flags"), + Text("Flags"), + ), + Span( Class("header actions"), Text("Actions"), ), @@ -41,6 +45,10 @@ func HomePage(siteIndex *index.SiteIndex) Node { Text(site.EvaluateSiteStatus()), ), Span( + Class("flags"), + Text(site.ConvertFlagsToString()), + ), + Span( Class("actions"), navButton("Details", fmt.Sprintf("/site/%s/", site.Name)), ), |
