use details and summary for advanced

This commit is contained in:
AJ ONeal 2018-10-20 19:11:16 -06:00
parent 40d78b463f
commit b81f0ecede
1 changed files with 4 additions and 2 deletions

View File

@ -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 &amp; Continue</button>