fix 2 advanced settings
This commit is contained in:
@@ -98,12 +98,6 @@
|
|||||||
<x-forms.input id="allowed_ips" label="Allowed IPs"
|
<x-forms.input id="allowed_ips" label="Allowed IPs"
|
||||||
helper="Allowed IP lists for the API. A comma separated list of IPs. Empty means you allow from everywhere."
|
helper="Allowed IP lists for the API. A comma separated list of IPs. Empty means you allow from everywhere."
|
||||||
placeholder="1.1.1.1,8.8.8.8" />
|
placeholder="1.1.1.1,8.8.8.8" />
|
||||||
|
|
||||||
<h4 class="pt-6">Advanced</h4>
|
|
||||||
<div class="text-right md:w-96">
|
|
||||||
<x-forms.checkbox instantSave id="is_registration_enabled" label="Registration Allowed" />
|
|
||||||
<x-forms.checkbox instantSave id="do_not_track" label="Do Not Track" />
|
|
||||||
</div>
|
|
||||||
<h4 class="pt-6">Update</h4>
|
<h4 class="pt-6">Update</h4>
|
||||||
<div class="text-right md:w-96">
|
<div class="text-right md:w-96">
|
||||||
@if (!is_null(env('AUTOUPDATE', null)))
|
@if (!is_null(env('AUTOUPDATE', null)))
|
||||||
|
Reference in New Issue
Block a user