mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-27 22:54:05 +08:00
Fix UI error of IP searching input box
This commit is contained in:
parent
ee1106630e
commit
2342f0c1c7
@ -51,7 +51,7 @@
|
||||
|
||||
<div class="form-group ml-auto">
|
||||
<label for="ip">{{ trans('settings.audit_table_ip') }}</label>
|
||||
@include('form.text', ['name' => 'ip', 'model' => $listDetails['ip'] ? \BookStack\Actions\Activity::query()->where(['ip' => $listDetails['ip']])->first() : null])
|
||||
@include('form.text', ['name' => 'ip', 'model' => (object) $listDetails])
|
||||
<input type="submit" style="display: none">
|
||||
</div>
|
||||
</form>
|
||||
|
Loading…
x
Reference in New Issue
Block a user