diff options
Diffstat (limited to 'cmd/monfront/main.go')
-rw-r--r-- | cmd/monfront/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/monfront/main.go b/cmd/monfront/main.go index 605b4e7..ac9de17 100644 --- a/cmd/monfront/main.go +++ b/cmd/monfront/main.go @@ -759,7 +759,7 @@ var ( <content class="details"> {{ $mapping := .Mappings }} {{ with .CheckDetails }} - <input type="hidden" name="check_id" value="{{ .Id }}" /> + <input type="hidden" name="checks" value="{{ .Id }}" /> <article class="detail"> <h1>check</h1> <div><span class="label">current state</span><span class="value state-{{ .MappingId }}-{{ index .States 0 }}">{{ (index $mapping .MappingId (index .States 0) ).Title }}</span></div> |