File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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 " >
You can’t perform that action at this time.
0 commit comments