mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-06-07 00:46:58 +03:00
no details dropdown
This commit is contained in:
parent
b4eedfbbcd
commit
0caa8d6e32
1 changed files with 14 additions and 17 deletions
|
@ -184,23 +184,20 @@
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<details>
|
<div class="form-group">
|
||||||
<summary>Optional Keys</summary>
|
<label for="client_public_key" class="control-label">
|
||||||
<div class="form-group">
|
Public Key
|
||||||
<label for="client_public_key" class="control-label">
|
</label>
|
||||||
Public Key
|
<input type="text" class="form-control" id="client_public_key"
|
||||||
</label>
|
name="client_public_key" placeholder="Autogenerated">
|
||||||
<input type="text" class="form-control" id="client_public_key"
|
</div>
|
||||||
name="client_public_key" placeholder="Autogenerated">
|
<div class="form-group">
|
||||||
</div>
|
<label for="client_public_key" class="control-label">
|
||||||
<div class="form-group">
|
Preshared Key
|
||||||
<label for="client_public_key" class="control-label">
|
</label>
|
||||||
Preshared Key
|
<input type="text" class="form-control" id="client_preshared_key"
|
||||||
</label>
|
name="client_preshared_key" placeholder="Autogenerated">
|
||||||
<input type="text" class="form-control" id="client_preshared_key"
|
</div>
|
||||||
name="client_preshared_key" placeholder="Autogenerated">
|
|
||||||
</div>
|
|
||||||
</details>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-footer justify-content-between">
|
<div class="modal-footer justify-content-between">
|
||||||
<button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
|
<button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue