In certain low bandwidth, high latency network topologies you may find that the client application might be sluggish/locked as it loads the live monitoring tile. In this case, as of version 3.1x.xxxx, you can temporarily disable the dashboard in the config file.
- Browse to: C:\Program Files (x86)\The Boring Lab\Boring Toolbox
- Open your text editor as administrator
- In the text editor open: BoringToolbox.exe.config
- In the document find: EnableDashboard
- Set the VALUE to FALSE
- Save the file and restart the Toolbox Client
Sample for disabling dashboard
<add key="EnableDashboard" value="false" />
Comments
0 comments
Please sign in to leave a comment.