aboutsummaryrefslogtreecommitdiff
path: root/cmd/monfront/templates/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/monfront/templates/header.html')
-rw-r--r--cmd/monfront/templates/header.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmd/monfront/templates/header.html b/cmd/monfront/templates/header.html
index 1f9040d..c31a43c 100644
--- a/cmd/monfront/templates/header.html
+++ b/cmd/monfront/templates/header.html
@@ -92,10 +92,6 @@
<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 class="submenu">
- <form action="/checks" method="get">
- </form>
- </li>
</ul>
</nav>
{{ if .Error }}<div class="error">{{ .Error }}</div>{{ end }}