Refactor boarding index.blade.php for improved code structure and readability
This commit is contained in:
		@@ -57,8 +57,7 @@
 | 
				
			|||||||
                        Localhost is not reachable with the following public key.
 | 
					                        Localhost is not reachable with the following public key.
 | 
				
			||||||
                        <br /> <br />
 | 
					                        <br /> <br />
 | 
				
			||||||
                        Please make sure you have the correct public key in your ~/.ssh/authorized_keys file for
 | 
					                        Please make sure you have the correct public key in your ~/.ssh/authorized_keys file for
 | 
				
			||||||
                        user
 | 
					                        user or skip the boarding process and add a new private key manually to Coolify and to the
 | 
				
			||||||
                        'root' or skip the boarding process and add a new private key manually to Coolify and to the
 | 
					 | 
				
			||||||
                        server.
 | 
					                        server.
 | 
				
			||||||
                        <br />
 | 
					                        <br />
 | 
				
			||||||
                        Check this <a target="_blank" class="underline"
 | 
					                        Check this <a target="_blank" class="underline"
 | 
				
			||||||
@@ -146,9 +145,12 @@
 | 
				
			|||||||
                        This server is not reachable with the following public key.
 | 
					                        This server is not reachable with the following public key.
 | 
				
			||||||
                        <br /> <br />
 | 
					                        <br /> <br />
 | 
				
			||||||
                        Please make sure you have the correct public key in your ~/.ssh/authorized_keys file for
 | 
					                        Please make sure you have the correct public key in your ~/.ssh/authorized_keys file for
 | 
				
			||||||
                        user
 | 
					                        user or skip the boarding process and add a new private key manually to Coolify and to the
 | 
				
			||||||
                        'root' or skip the boarding process and add a new private key manually to Coolify and to the
 | 
					 | 
				
			||||||
                        server.
 | 
					                        server.
 | 
				
			||||||
 | 
					                        <br />
 | 
				
			||||||
 | 
					                        Check this <a target="_blank" class="underline"
 | 
				
			||||||
 | 
					                            href="https://coolify.io/docs/knowledge-base/server/openssh">documentation</a> for further
 | 
				
			||||||
 | 
					                        help.
 | 
				
			||||||
                        <x-forms.input readonly id="serverPublicKey"></x-forms.input>
 | 
					                        <x-forms.input readonly id="serverPublicKey"></x-forms.input>
 | 
				
			||||||
                        <x-forms.button class="w-64 box-boarding" wire:target="validateServer"
 | 
					                        <x-forms.button class="w-64 box-boarding" wire:target="validateServer"
 | 
				
			||||||
                            wire:click="validateServer">Check
 | 
					                            wire:click="validateServer">Check
 | 
				
			||||||
@@ -229,10 +231,6 @@
 | 
				
			|||||||
                        <x-forms.button type="submit">Continue</x-forms.button>
 | 
					                        <x-forms.button type="submit">Continue</x-forms.button>
 | 
				
			||||||
                    </form>
 | 
					                    </form>
 | 
				
			||||||
                </x-slot:actions>
 | 
					                </x-slot:actions>
 | 
				
			||||||
                <x-slot:explanation>
 | 
					 | 
				
			||||||
                    <p>Username should be <x-highlighted text="root" /> for now. We are working on to use
 | 
					 | 
				
			||||||
                        non-root users.</p>
 | 
					 | 
				
			||||||
                </x-slot:explanation>
 | 
					 | 
				
			||||||
            </x-boarding-step>
 | 
					            </x-boarding-step>
 | 
				
			||||||
        @elseif ($currentState === 'validate-server')
 | 
					        @elseif ($currentState === 'validate-server')
 | 
				
			||||||
            <x-boarding-step title="Validate & Configure Server">
 | 
					            <x-boarding-step title="Validate & Configure Server">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user