Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | webui: products.py: Add new "ProductsDownloadHandler" | Aaron LI | 2016-11-24 | 1 | -1/+1 |
| | | | | | This new handler is based on the "StaticFileHandler", and will be used to serve the simulated products for downloading. | ||||
* | webui: Add "ProductsAJAXHandler" to manipulate the products manifest | Aaron LI | 2016-11-22 | 1 | -0/+1 |
| | | | | TODO: some actions currently not implemented yet | ||||
* | webui: Add AJAX handlers "ConfigsAJAXHandler" & "ConsoleAJAXHandler" | Aaron LI | 2016-11-16 | 1 | -0/+2 |
| | | | | | NOTE: These two AJAX handlers are currently not finished! | ||||
* | webui: Rename "FG21simWSHandler" to "WSHandler" | Aaron LI | 2016-11-15 | 1 | -1/+1 |
| | |||||
* | webui: Place handlers under the directory "hnadlers/" | Aaron LI | 2016-11-15 | 1 | -0/+1 |
| | |||||
* | webui: Implement login support (password authentication) | Aaron LI | 2016-11-15 | 1 | -0/+5 |