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

@ -135,8 +135,10 @@ class WebConsolePersistenceManager{
currentSettings = new Object();
}
//Setting array initialization. If you need to add more settings, add them here. Any object is valid as a value (not only bool)
var settings = {
dateTimePrefix : new Setting("dateTimePrefix", true)
dateTimePrefix : new Setting("dateTimePrefix", true),
retrieveLogFile : new Setting("retrieveLogFile", true)
}
//Set settings