aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'fg21sim/webui/templates/index.html')
-rw-r--r--fg21sim/webui/templates/index.html12
1 files changed, 2 insertions, 10 deletions
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" %}
-
- <section id="xxx-results" class="container target">
- <h2 id="results">Results</h2>
- <p>Simulation results go here :)</p>
- </section>
-
- <section id="logs" class="container target">
- <h2>Logs</h2>
- <p>Logging messages should go here :)</p>
- </section>
+ {% include "console.html" %}
+ {% include "results.html" %}
{% end %}
{% block footer %}