summaryrefslogtreecommitdiff
path: root/pkg/webui/index.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--pkg/webui/index.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkg/webui/index.go b/pkg/webui/index.go
index deea5d1..89e5ad6 100644
--- a/pkg/webui/index.go
+++ b/pkg/webui/index.go
@@ -6,8 +6,9 @@ import (
)
type Page struct {
- Section string
- Title string
+ Precedent string
+ Section string
+ Title string
}
func handleIndexGET() http.Handler {