diff options
author | Gibheer <gibheer+git@zero-knowledge.org> | 2022-11-22 21:52:15 +0100 |
---|---|---|
committer | Gibheer <gibheer+git@zero-knowledge.org> | 2022-11-22 21:52:15 +0100 |
commit | 36d0ea8f5f34c3522902b8a33a35a24f07be0220 (patch) | |
tree | 8ef9bf9681629eb9ea7dba58ba50e1f771093b96 /cmd | |
parent | d00e3f4a410ef27d2aa9c8eee08ec9146a4b2fa7 (diff) |
monfront - remove create option
The option wasn't implemented properly, so just remove it.
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/monfront/templates/checkformheader.html | 11 |
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 }} |