no details dropdown

This commit is contained in:
Maxim Kochurov 2022-02-22 15:13:29 +00:00
parent b4eedfbbcd
commit 0caa8d6e32

View file

@ -184,8 +184,6 @@
</label> </label>
</div> </div>
</div> </div>
<details>
<summary>Optional Keys</summary>
<div class="form-group"> <div class="form-group">
<label for="client_public_key" class="control-label"> <label for="client_public_key" class="control-label">
Public Key Public Key
@ -200,7 +198,6 @@
<input type="text" class="form-control" id="client_preshared_key" <input type="text" class="form-control" id="client_preshared_key"
name="client_preshared_key" placeholder="Autogenerated"> name="client_preshared_key" placeholder="Autogenerated">
</div> </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>