asdasdasd time to sleep
This commit is contained in:
		@@ -21,12 +21,12 @@
 | 
				
			|||||||
    </form>
 | 
					    </form>
 | 
				
			||||||
    <h2 class="pt-6">Advanced</h2>
 | 
					    <h2 class="pt-6">Advanced</h2>
 | 
				
			||||||
    <div class="flex flex-col py-6 text-right w-80">
 | 
					    <div class="flex flex-col py-6 text-right w-80">
 | 
				
			||||||
        @isset(env('AUTOUPDATE'))
 | 
					        @if(isset(env('AUTOUPDATE')))
 | 
				
			||||||
            <x-forms.checkbox instantSave helper="AUTOUPDATE is set in .env file, you need to modify it there." disabled
 | 
					            <x-forms.checkbox instantSave helper="AUTOUPDATE is set in .env file, you need to modify it there." disabled
 | 
				
			||||||
                id="is_auto_update_enabled" label="Auto Update Coolify" />
 | 
					                id="is_auto_update_enabled" label="Auto Update Coolify" />
 | 
				
			||||||
        @else
 | 
					        @else
 | 
				
			||||||
            <x-forms.checkbox instantSave id="is_auto_update_enabled" label="Auto Update Coolify" />
 | 
					            <x-forms.checkbox instantSave id="is_auto_update_enabled" label="Auto Update Coolify" />
 | 
				
			||||||
        @endisset
 | 
					        @endif
 | 
				
			||||||
        <x-forms.checkbox instantSave id="is_registration_enabled" label="Registration Allowed" />
 | 
					        <x-forms.checkbox instantSave id="is_registration_enabled" label="Registration Allowed" />
 | 
				
			||||||
        <x-forms.checkbox instantSave id="do_not_track" label="Do Not Track" />
 | 
					        <x-forms.checkbox instantSave id="do_not_track" label="Do Not Track" />
 | 
				
			||||||
        @if ($next_channel)
 | 
					        @if ($next_channel)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user