mirror of
https://git.coolaj86.com/coolaj86/telebit.js.git
synced 2025-03-03 07:00:45 +00:00
use details and summary for advanced
This commit is contained in:
parent
40d78b463f
commit
b81f0ecede
@ -42,12 +42,14 @@
|
||||
</p>
|
||||
</small>
|
||||
|
||||
<label for="-relay">[Advanced] Relay:</label>
|
||||
<input id="-relay" v-model="init.relay" type="text" placeholder="telebit.cloud">
|
||||
<details><summary><small>Advanced</small></summary>
|
||||
<label for="-relay">Relay:</label><input id="-relay" v-model="init.relay" type="text" placeholder="telebit.cloud">
|
||||
<br>
|
||||
<button type="button" v-on:click="defaultRelay">Use Default</button>
|
||||
<button type="button" v-on:click="betaRelay">Use Beta</button>
|
||||
<br>
|
||||
<br>
|
||||
</details>
|
||||
|
||||
<button type="submit">Accept & Continue</button>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user