From 4cb5f42fd11207482565ecf8dd8cebe033208ff7 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 2 Nov 2016 14:27:28 +0800 Subject: webui: Add preliminary WebSocket support to front-end UI Add a label to the header banner to show the WebSocket support status and connection status. --- fg21sim/webui/templates/index.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fg21sim/webui/templates/index.html') diff --git a/fg21sim/webui/templates/index.html b/fg21sim/webui/templates/index.html index 105c4a0..8eb65cd 100644 --- a/fg21sim/webui/templates/index.html +++ b/fg21sim/webui/templates/index.html @@ -28,3 +28,7 @@ {% block footer %} {% include "footer.html" %} {% end %} + +{% block extra_script %} + +{% end %} -- cgit v1.2.2