diff options
Diffstat (limited to 'fg21sim/webui/templates')
-rw-r--r-- | fg21sim/webui/templates/console.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fg21sim/webui/templates/console.html b/fg21sim/webui/templates/console.html index 5236a6e..e7853c9 100644 --- a/fg21sim/webui/templates/console.html +++ b/fg21sim/webui/templates/console.html @@ -11,7 +11,10 @@ <p class="status"><strong> <span class="fa fa-dashboard" aria-hidden="true"></span> Simulation status: - <span id="task-status" class="label label-default">N/A</span> + <span id="task-status" class="label label-default"> + <span class="icon fa fa-coffee" aria-hidden="true"></span> + <span class="text">Not started</span> + </span> </strong></p> <p class="button-group"> |