diff options
Diffstat (limited to 'cmd/monfront')
-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 }} |