use details and summary for advanced

This commit is contained in:
AJ ONeal 2018-10-20 19:11:16 -06:00
父節點 40d78b463f
當前提交 b81f0ecede
共有 1 個文件被更改,包括 4 次插入2 次删除

查看文件

@ -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>