mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-29 11:08:53 +01:00
update threshold input name to match model
This commit is contained in:
parent
0319d78f42
commit
eb2a83da14
@ -57,7 +57,7 @@
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="metric-places">{{ trans('forms.metrics.threshold') }}</label>
|
||||
<input type="number" min="0" max="10" name="metric[threshold]" value="{{ Binput::old('metric.threshold', $metric->threshold) }}" class="form-control" required>
|
||||
<input type="number" min="0" max="10" name="threshold" value="{{ Binput::old('metric.threshold', $metric->threshold) }}" class="form-control" required>
|
||||
</div>
|
||||
<div class="checkbox">
|
||||
<label>
|
||||
|
Loading…
x
Reference in New Issue
Block a user