mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-27 19:06:23 +08:00
Show current search IP
This commit is contained in:
parent
4e63554cc6
commit
e686b2cf3c
|
@ -51,7 +51,7 @@
|
|||
|
||||
<div class="form-group ml-auto">
|
||||
<label for="ip">{{ trans('settings.ip_address') }}</label>
|
||||
@include('form.text', ['name' => 'ip'])
|
||||
@include('form.text', ['name' => 'ip', 'model' => $listDetails['ip'] ? \BookStack\Actions\Activity::query()->where(['ip' => $listDetails['ip']])->first() : null])
|
||||
<input type="submit" style="display: none">
|
||||
</div>
|
||||
</form>
|
||||
|
|
Loading…
Reference in New Issue
Block a user