Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | webui: Use the same "#modal-box" and the "showModal()" function | Aaron LI | 2016-11-28 | 1 | -2/+0 |
| | |||||
* | webui: console.html: Remove extra modal "#console-invalid-configs" | Aaron LI | 2016-11-17 | 1 | -4/+0 |
| | | | | | * Implement "showModalConsole()" based on "showModal()" * Move binding function from "websocket.js" to "console.js" | ||||
* | webui: console.html: Re-organize structures to support section toggle | Aaron LI | 2016-11-17 | 1 | -39/+44 |
| | | | | | Wrap the section contents with a div of class "body", separating from its heading. | ||||
* | webui: Add panel toggle and allow expand/collapse its body | Aaron LI | 2016-11-17 | 1 | -1/+7 |
| | |||||
* | webui: Some minor changes | Aaron LI | 2016-11-15 | 1 | -0/+2 |
| | | | | | | | * Change configuration status text from "Valid :)" to "OK" * Reduce maximum WS connection trials from 100 to 21 * Fix the wrong global name of "g_ws_reconnect" * Comment the Console "Stop" button, which is currently not implemented | ||||
* | webui: Show a modal box indicating there are invalid configs | Aaron LI | 2016-11-13 | 1 | -0/+4 |
| | |||||
* | webui: Append server-pushed logging messages to the logging box | Aaron LI | 2016-11-09 | 1 | -3/+9 |
| | | | | | * Colorize the logging messages of different level with different colors * Also add a different icon for each message | ||||
* | webui: Implement status updating function | Aaron LI | 2016-11-09 | 1 | -1/+4 |
| | | | | | | | Add "updateTaskStatus()" to update the "#task-status" element. Also add function "getServerTaskStatus()" to get the task status from the server. | ||||
* | webui: various small updates | Aaron LI | 2016-11-09 | 1 | -5/+5 |
| | |||||
* | webui: Add FA icons for sections/headers; Adjust header styles | Aaron LI | 2016-11-02 | 1 | -2/+3 |
| | |||||
* | webui: Update index template; Add console and results templates | Aaron LI | 2016-11-01 | 1 | -0/+29 |