aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/templates/console.html
Commit message (Collapse)AuthorAgeFilesLines
* webui: console.html: Remove extra modal "#console-invalid-configs"Aaron LI2016-11-171-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 toggleAaron LI2016-11-171-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 bodyAaron LI2016-11-171-1/+7
|
* webui: Some minor changesAaron LI2016-11-151-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 configsAaron LI2016-11-131-0/+4
|
* webui: Append server-pushed logging messages to the logging boxAaron LI2016-11-091-3/+9
| | | | | * Colorize the logging messages of different level with different colors * Also add a different icon for each message
* webui: Implement status updating functionAaron LI2016-11-091-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 updatesAaron LI2016-11-091-5/+5
|
* webui: Add FA icons for sections/headers; Adjust header stylesAaron LI2016-11-021-2/+3
|
* webui: Update index template; Add console and results templatesAaron LI2016-11-011-0/+29