Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | webui: configs.py: Add "exists" action support through GET | Aaron LI | 2016-11-17 | 1 | -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 WebSocket | Aaron LI | 2016-11-16 | 1 | -103/+110 |
| | |||||
* | webui: Split "handers/configs.py" from "handlers/websocket.py" | Aaron LI | 2016-11-15 | 1 | -0/+265 |
Split "ConfigsHandler" from "FG21simWSHandler" as "handlers/configs.py" |