Fix label and input box error

This commit is contained in:
Zero 2021-11-14 12:48:33 +08:00
parent 9cac6fad73
commit 0e25298db9

View File

@ -49,9 +49,8 @@
</div>
<div class="form-group ml-m"
option:submit-on-change:filter='[name="ip"]'>
<label for="owner">IP address</label>
<div class="form-group ml-m">
<label for="ip">{{ trans('settings.ip_address') }}</label>
@include('form.text', ['name' => 'ip'])
</div>
</form>