diff options
Diffstat (limited to 'fg21sim/webui/templates/console.html')
-rw-r--r-- | fg21sim/webui/templates/console.html | 2 |
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"> |