Implemented READLOGFILE client-side

This commit is contained in:
Carlos
2020-02-22 18:06:26 +01:00
parent 8ebac6a33d
commit b7e1478991
7 changed files with 42 additions and 35 deletions

View File

@ -57,6 +57,10 @@ function onWebSocketsMessage(message){
case 200:
//Processed
writeToWebConsole(message.message);
if(connectionManager.activeConnection.isLogged === false){
connectionManager.activeConnection.isLogged = true;
connectionManager.askForLogs();
}
break;
case 400:
//Unknown Command