fix client edit layout

This commit is contained in:
Christoph Haas 2021-04-06 00:33:51 +02:00
parent e84a43cd2a
commit afbe36d289
1 changed files with 3 additions and 5 deletions

View File

@ -172,13 +172,11 @@
<label for="client_PersistentKeepalive">Persistent Keepalive (0 = off)</label> <label for="client_PersistentKeepalive">Persistent Keepalive (0 = off)</label>
<input type="number" name="keepalive" class="form-control" id="client_PersistentKeepalive" placeholder="16" value="{{.Peer.PersistentKeepalive}}"> <input type="number" name="keepalive" class="form-control" id="client_PersistentKeepalive" placeholder="16" value="{{.Peer.PersistentKeepalive}}">
</div> </div>
<div class="form-row">
<div class="form-group col-md-6"> <div class="form-group col-md-6">
<label for="client_IP">Ping-Check IP Address</label> <label for="client_IP">Ping-Check IP Address</label>
<input type="text" name="ip" class="form-control" id="client_IP" value="{{.Peer.IPsStr}}"> <input type="text" name="ip" class="form-control" id="client_IP" value="{{.Peer.IPsStr}}">
</div> </div>
</div> </div>
</div>
<div class="form-row"> <div class="form-row">
<div class="form-group col-md-12"> <div class="form-group col-md-12">