aboutsummaryrefslogtreecommitdiff
path: root/cmd/monfront/templates
diff options
context:
space:
mode:
authorGibheer <gibheer+git@zero-knowledge.org>2022-11-22 21:52:15 +0100
committerGibheer <gibheer+git@zero-knowledge.org>2022-11-22 21:52:15 +0100
commit36d0ea8f5f34c3522902b8a33a35a24f07be0220 (patch)
tree8ef9bf9681629eb9ea7dba58ba50e1f771093b96 /cmd/monfront/templates
parentd00e3f4a410ef27d2aa9c8eee08ec9146a4b2fa7 (diff)
monfront - remove create option
The option wasn't implemented properly, so just remove it.
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 }}