Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | webui: Add a manual reconnection button to the header banner | Aaron LI | 2016-11-03 | 1 | -0/+1 |
| | | | | | Also add a global variable "ws_reconnect" to control the timeout between reconnection and the maximum reconnection times (default: 100). | ||||
* | webui: Add preliminary WebSocket support to front-end UI | Aaron LI | 2016-11-02 | 2 | -0/+9 |
| | | | | | Add a label to the header banner to show the WebSocket support status and connection status. | ||||
* | webui: Add FA icons for sections/headers; Adjust header styles | Aaron LI | 2016-11-02 | 4 | -18/+19 |
| | |||||
* | webui: Update header and configs templates | Aaron LI | 2016-11-01 | 2 | -6/+6 |
| | |||||
* | webui: Update index template; Add console and results templates | Aaron LI | 2016-11-01 | 3 | -10/+43 |
| | |||||
* | webui: Add the index and configs templates | Aaron LI | 2016-11-01 | 2 | -0/+489 |
| | |||||
* | webui: Add header and footer templates | Aaron LI | 2016-11-01 | 2 | -0/+42 |
| | |||||
* | Serve jQuery locally (use jqyeru-3.1.1.js) | Aaron LI | 2016-11-01 | 1 | -1/+2 |
| | |||||
* | webui: Rearrange structures of the base template | Aaron LI | 2016-10-31 | 1 | -4/+14 |
| | |||||
* | webui: Add the base template | Aaron LI | 2016-10-30 | 1 | -0/+37 |
Tornado template: http://www.tornadoweb.org/en/stable/guide/templates.html |