Skip to content

Commit acb5309

Browse files
committed
min = 0
1 parent 79bcf47 commit acb5309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/settings/alerts.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
<label for="audit_warning_days">{{ trans('admin/settings/general.audit_warning_days') }}</label>
184184
</div>
185185
<div class="input-group col-xs-10 col-sm-6 col-md-4 col-lg-3 col-xl-3">
186-
<input class="form-control" placeholder="14" maxlength="3" name="audit_warning_days" type="number" id="audit_warning_days" value="{{ old('audit_warning_days', $setting->audit_warning_days) }}">
186+
<input class="form-control" placeholder="14" maxlength="3" min="0" name="audit_warning_days" type="number" id="audit_warning_days" value="{{ old('audit_warning_days', $setting->audit_warning_days) }}">
187187
<span class="input-group-addon">{{ trans('general.days') }}</span>
188188
</div>
189189
<div class="col-md-8 col-md-offset-3">

0 commit comments

Comments
 (0)