Solved problem

This commit is contained in:
Carlos 2019-08-15 16:34:25 +02:00
parent 953877b0c2
commit 716221c678
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ WebConsole does not support PEM certificates, so you will need to convert it to
1. Download web interface (client.zip) from [Releases](https://github.com/mesacarlos/WebConsole/releases)
2. If you want, you can host it in a web server, or use it offline. That's up to you.
3. To start adding servers, click on `Your servers`, and then `Add server`. Fill Server name, IP and port, and you are ready to go. You will be prompted for password when connecting.
3. To start adding servers, click on `Your servers`, and then `Add server`. Fill Server name, IP and WebConsole port (the one you placed into config.yml before), and you are ready to go. You will be prompted for password when connecting.
## Technical information

View File

@ -120,7 +120,7 @@
</div>
<div class="form-group">
<label for="server-ip" class="col-form-label">Server IP:</label>
<input type="text" class="form-control" id="server-ip" placeholder="ws://localhost:8080">
<input type="text" class="form-control" id="server-ip" placeholder="localhost">
</div>
<div class="form-group">
<label for="server-port" class="col-form-label">Server port:</label>