Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
In the Custom interface, logs overflow from the page. For example, I want to reflect only the last 5 logs. Does anyone know how I can achieve this?
Solution for people who may have a similar problem:
" $('#Logs .log-line').slice(13).remove(); "
By default it says slice(500), adjust this number according to your needs. 13 was enough for me.
@0str Screenshot_5.png
ok I found. you have to compile the script in private
image.png
I'm not sure about how the web interface works for remote machines. But, I think you could easily build a REST API with bas-remote-node and then make your own web interface.
@farhan searching 20min around the forum/bas would have been enough......
@manuboss said in Break Hwid Limit:
It is possible ?
no