Freeboard / freeboard

A damn-sexy, open source real-time dashboard builder for IOT and other web mashups. A free open-source alternative to Geckoboard.
http://freeboard.io
MIT License
6.44k stars 1.2k forks source link

Hide Wrench icon #264

Open MWZotti opened 4 years ago

MWZotti commented 4 years ago

Is there a way to hide the wrench icon that pulls down the tray when auto loading a dashboard using index.html#source=example.json? Or is there another way to do this?

MacSass commented 4 years ago

Hi, I think there are two options: 1.) Follow the process described here to permanently disable: https://github.com/Freeboard/freeboard/issues/212

2.) I´m using an additional line in my freeboard json like this:

{ "version": 1, "allow_edit": false, "plugins": [ "/plugins/all" ], "panes": [ ......

Unfortunately there does not seem to by any more developement on freeboard, which I really sad about, because I think it is one of the nicest dashboards and would have great opportunities for future development.

Regards - MacSass