aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/handlers/configs.py
Commit message (Collapse)AuthorAgeFilesLines
* webui: configs.py: Add "exists" action support through GETAaron LI2016-11-171-0/+40
| | | | | The "exists" action through the GET request will check the existence of the specified filepath (which should be an absolute path).
* webui: configs.py: Re-implement using AJAX instead of WebSocketAaron LI2016-11-161-103/+110
|
* webui: Split "handers/configs.py" from "handlers/websocket.py"Aaron LI2016-11-151-0/+265
Split "ConfigsHandler" from "FG21simWSHandler" as "handlers/configs.py"