This commit is contained in:
Carlos
2020-02-14 17:33:04 +01:00
4 changed files with 7 additions and 6 deletions

View File

@ -137,15 +137,15 @@
<form>
<div class="form-group">
<label for="server-name" class="col-form-label" id="addServerModalSvName">Server name:</label>
<input type="text" class="form-control" id="server-name">
<input type="text" class="form-control" id="server-name" required>
</div>
<div class="form-group">
<label for="server-ip" class="col-form-label" id="addServerModalSvIp">Server IP:</label>
<input type="text" class="form-control" id="server-ip" placeholder="localhost">
<input type="text" class="form-control" id="server-ip" placeholder="localhost" required>
</div>
<div class="form-group">
<label for="server-port" class="col-form-label" id="addServerModalSvPort">Server port:</label>
<input type="number" class="form-control" id="server-port" placeholder="8080">
<input type="number" class="form-control" id="server-port" placeholder="8080" required>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" id="server-ssl">