Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | webui: bin/fg21sim-webui: implement argument "--no-browser" | Aaron LI | 2016-11-10 | 1 | -2/+8 |
| | | | | | Now, by default, this executable will open the Web UI in a new browser tab, unless the "--no-browser" argument presents | ||||
* | webui: Some minor updates | Aaron LI | 2016-11-09 | 1 | -2/+0 |
| | |||||
* | bin/fg21sim-webui: Use "tornado.options" instead of "argparse" | Aaron LI | 2016-11-08 | 1 | -12/+34 |
| | | | | | | | | | | | | * The "tornado.options" can be used in the *global scope*, therefore, the command line arguments can be stored in the options and then import the options in other modules if needed. * Add argument "--hosts-allowed", which specifies the hosts/network can access the Web UI (i.e., WebSocket) * Add argument "--no-browser", which controls whether to open the Web UI in a browser after startup. (TODO) | ||||
* | bin: Update "log_stream" and "loglevel" handling | Aaron LI | 2016-11-04 | 1 | -3/+4 |
| | | | | | | * bin/fg21sim: Simplify the "log_stream" assignment * bin/fg21sim-webui: Also enable debug logging when turning on debug flag for the tornado; also update the docstring a little. | ||||
* | webui: Add "bin/fg21sim-webui" to start the UI server | Aaron LI | 2016-10-30 | 1 | -0/+51 |