From 0c0272d08d2aa141eb648ccc6d5fc9857a84972f Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 1 Nov 2016 21:45:21 +0800 Subject: webui: Update index template; Add console and results templates --- fg21sim/webui/templates/index.html | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'fg21sim/webui/templates/index.html') diff --git a/fg21sim/webui/templates/index.html b/fg21sim/webui/templates/index.html index 2d5091e..105c4a0 100644 --- a/fg21sim/webui/templates/index.html +++ b/fg21sim/webui/templates/index.html @@ -21,16 +21,8 @@ {% block main %} {% include "configs.html" %} - -
-

Results

-

Simulation results go here :)

-
- -
-

Logs

-

Logging messages should go here :)

-
+ {% include "console.html" %} + {% include "results.html" %} {% end %} {% block footer %} -- cgit v1.2.2