From 684787bcb72aece2aa914597a3bc8788432e66f7 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Sun, 13 Jul 2025 21:23:34 +0100 Subject: Add flags --- web/command/html/home.go | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'web/command/html/home.go') 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 @@ -24,6 +24,10 @@ func HomePage(siteIndex *index.SiteIndex) Node { Class("header status"), Text("Status"), ), + Span( + Class("header flags"), + Text("Flags"), + ), Span( Class("header actions"), Text("Actions"), @@ -40,6 +44,10 @@ func HomePage(siteIndex *index.SiteIndex) Node { Class("status"), Text(site.EvaluateSiteStatus()), ), + Span( + Class("flags"), + Text(site.ConvertFlagsToString()), + ), Span( Class("actions"), navButton("Details", fmt.Sprintf("/site/%s/", site.Name)), -- cgit v1.2.3-70-g09d2