aboutsummaryrefslogtreecommitdiff
path: root/cmd/monfront/templates
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/monfront/templates')
-rw-r--r--cmd/monfront/templates/checkformheader.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/cmd/monfront/templates/checkformheader.html b/cmd/monfront/templates/checkformheader.html
index 7662670..fe90665 100644
--- a/cmd/monfront/templates/checkformheader.html
+++ b/cmd/monfront/templates/checkformheader.html
@@ -26,18 +26,7 @@
<button name="action" value="uncomment">uncomment</button>
</div>
<div class="option">
- <button type="button" name="create_check">create</button>
<button name="action" value="delete_check">delete</button>
</div>
</aside>
- <aside id="create_check" class="hidden">
- <div class="option">
- <label for="host">host</label>
- <input name="host" placeholder="hostname" />
- </div>
- <div class="option">
- <label for="command">command</label>
- <input name="command" placeholder="command" />
- </div>
- </aside>
{{ end }}