Preliminary version of Web client finished

This commit is contained in:
Carlos
2019-08-12 16:31:50 +02:00
parent c691c2de0b
commit 4e6b1b865e
5 changed files with 175 additions and 62 deletions

View File

@ -4,14 +4,6 @@
https://github.com/mesacarlos
2019 Carlos Mesa under MIT License.
*/
/*
USAGE
1 Create needed GUI
2 Create a object of this class
3 subscribe a function to receive the login required message
4 show password modal
5 subscribe console output list etc...
*/
class WebConsoleConnector {
constructor(serverName, serverURI) {
@ -45,7 +37,7 @@ class WebConsoleConnector {
* Internal function
*/
onClose(evt){
//TODO
closedConnection(this.serverName);
}
/**