From 31e328d5ea6aff36e43ad54029589c7f15be82b7 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 9 Nov 2016 20:59:44 +0800 Subject: webui: Implement status updating function Add "updateTaskStatus()" to update the "#task-status" element. Also add function "getServerTaskStatus()" to get the task status from the server. --- fg21sim/webui/templates/console.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'fg21sim/webui/templates/console.html') 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 @@

Simulation status: - N/A + + + Not started +

-- cgit v1.2.2