File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
resources/views/livewire/server Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<form wire:submit.prevent =' submit' class =" flex flex-col w-full gap-2" >
2
2
<x-forms .input id =" cloudflare_token" required label =" Cloudflare Token" />
3
3
<x-forms .input id =" ssh_domain" label =" Configured SSH Domain" required
4
- helper =" The SSH Domain you configured in Cloudflare" />
4
+ helper =" The SSH Domain you configured in Cloudflare. Make sure there is no protocol like http(s):// so you provide a FQDN not a URL. " />
5
5
<x-forms .button type =" submit" isHighlighted @click =" modalOpen=false" >Automated Configuration</x-forms .button >
6
6
</form >
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ class="mt-8 mb-4 w-full font-bold box-without-bg bg-coollabs hover:bg-coollabs-1
68
68
</div >
69
69
<div class =" flex flex-col gap-2 w-full lg:flex-row" >
70
70
<x-forms .input type =" password" id =" server.ip" label =" IP Address/Domain"
71
- helper =" An IP Address (127.0.0.1) or domain (example.com)." required />
71
+ helper =" An IP Address (127.0.0.1) or domain (example.com). Make sure there is no protocol like http(s):// so you provide a FQDN not a URL. " required />
72
72
<div class =" flex gap-2" >
73
73
<x-forms .input id =" server.user" label =" User" required />
74
74
<x-forms .input type =" number" id =" server.port" label =" Port" required />
You can’t perform that action at this time.
0 commit comments