aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/templates/index.html
Commit message (Collapse)AuthorAgeFilesLines
* webui: Fix the issues due to the split of "header-{base,index}.html"Aaron LI2016-11-151-3/+13
| | | | | | | | Tornado currently do NOT support *nested* template extensions. * Rename "header-base.html" back to "header.html" * Merge the contents of "header-index.html" to "index.html" * Add new block "subtitle" to "base.html"
* webui: Enhance the "base.html" and simplify the "index.html"Aaron LI2016-11-151-13/+1
|
* webui: various small updatesAaron LI2016-11-091-0/+1
|
* webui: Implement reset form and load configuration files functionsAaron LI2016-11-071-0/+1
| | | | | | | | | * Rewrite "configs.js" to be more modular and generic * Bind functions to button click event * Implement the function to set form fields to given configuration data * Implement the function to reset server-side configurations * Implement the function to load user configuration file on server * Implement get the configuration data from the server
* webui: Add preliminary WebSocket support to front-end UIAaron LI2016-11-021-0/+4
| | | | | Add a label to the header banner to show the WebSocket support status and connection status.
* webui: Update index template; Add console and results templatesAaron LI2016-11-011-10/+2
|
* webui: Add the index and configs templatesAaron LI2016-11-011-0/+38