aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/templates
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2016-11-15 21:05:45 +0800
committerAaron LI <aaronly.me@outlook.com>2016-11-15 21:05:45 +0800
commitecb0d77684347c0a3985ffc18b38572220437d91 (patch)
tree50857260a1ccc61b3fe2d57a02eaf9dd0544ca34 /fg21sim/webui/templates
parentb635a5d93d594d3cbcadb82b3d323f0396a7c92f (diff)
downloadfg21sim-ecb0d77684347c0a3985ffc18b38572220437d91.tar.bz2
webui: Some minor changes
* 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
Diffstat (limited to 'fg21sim/webui/templates')
-rw-r--r--fg21sim/webui/templates/console.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/fg21sim/webui/templates/console.html b/fg21sim/webui/templates/console.html
index 54a6744..019f72a 100644
--- a/fg21sim/webui/templates/console.html
+++ b/fg21sim/webui/templates/console.html
@@ -23,7 +23,9 @@
<p class="button-group">
<button type="button" id="task-start"><span class="fa fa-play" aria-hidden="true"></span> Start</button>
+ <!-- TODO/FIXME: how to kill a running thread/process?
<button type="button" class="button button-warning" id="task-stop" disabled="disabled"><span class="fa fa-stop" aria-hidden="true"></span> Stop</button>
+ -->
</p>
<div class="panel panel-default">