Skip to content

Commit

Permalink
Fix alert treshold bug in check edit form
Browse files Browse the repository at this point in the history
Closes #92
  • Loading branch information
fzaninotto committed Jan 21, 2013
1 parent dcca4ce commit 4c4fe14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dashboard/views/_checkDetails.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<label class="control-label">Alert Treshold</label>
<div class="controls">
<div class="input-append">
<input type="text" name="check[nbErrors]" value="<%= check.nbErrors %>" class="span1" />
<input type="text" name="check[alertTreshold]" value="<%= check.alertTreshold %>" class="span1" />
<span class="add-on">failed pings</span>
</div>
</div>
Expand Down

0 comments on commit 4c4fe14

Please sign in to comment.