aboutsummaryrefslogtreecommitdiff
path: root/cmd/monfront/templates/header.html
diff options
context:
space:
mode:
authorGibheer <gibheer+git@zero-knowledge.org>2022-12-15 11:16:56 +0100
committerGibheer <gibheer+git@zero-knowledge.org>2022-12-15 11:16:56 +0100
commite29f38937cdf077a99b45c27e49f553d4dd8d0d7 (patch)
tree38509003a153a0100cb1a69a5d7a752ad2ff7616 /cmd/monfront/templates/header.html
parent49dac92034f352698429ee1d78d4bfb070006693 (diff)
monfront - add basic interface to create some entities
Diffstat (limited to 'cmd/monfront/templates/header.html')
-rw-r--r--cmd/monfront/templates/header.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/monfront/templates/header.html b/cmd/monfront/templates/header.html
index c31a43c..aa8fe4b 100644
--- a/cmd/monfront/templates/header.html
+++ b/cmd/monfront/templates/header.html
@@ -92,6 +92,7 @@
<li><a href="/">home</a></li>
<li><a href="/checks?filter-state=1&filter-ack=false">checks</a></li>
<li><a href="/groups">groups</a></li>
+ <li><a href="/create">create</a></li>
</ul>
</nav>
{{ if .Error }}<div class="error">{{ .Error }}</div>{{ end }}