Now it is easier to add new servers to Web Interface. Updated README.

This commit is contained in:
Carlos
2019-08-15 16:10:20 +02:00
parent e869d3e581
commit 953877b0c2
3 changed files with 46 additions and 12 deletions

View File

@ -119,8 +119,16 @@
<input type="text" class="form-control" id="server-name">
</div>
<div class="form-group">
<label for="server-uri" class="col-form-label">Server URI:</label>
<input type="text" class="form-control" id="server-uri" placeholder="ws://localhost:8080">
<label for="server-ip" class="col-form-label">Server IP:</label>
<input type="text" class="form-control" id="server-ip" placeholder="ws://localhost:8080">
</div>
<div class="form-group">
<label for="server-port" class="col-form-label">Server port:</label>
<input type="text" class="form-control" id="server-port" placeholder="8080">
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" id="server-ssl">
<label class="form-check-label" for="server-ssl">Server is SSL enabled</label>
</div>
</form>
</div>
@ -187,7 +195,7 @@
<!-- Webpage footer -->
<footer class="footer mt-auto py-3">
<div class="container">
<span class="text-muted">WebConsole 1.1.0 - <a href="https://github.com/mesacarlos/WebConsole">GitHub</a></span>
<span class="text-muted">WebConsole v1.1 - <a href="https://github.com/mesacarlos/WebConsole">GitHub</a></span>
</div>
</footer>