Adding Jenkins badge
This commit is contained in:
@ -136,15 +136,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">
|
||||
|
Reference in New Issue
Block a user