aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources')
-rw-r--r--app/Resources/views/default/index.html.twig7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/Resources/views/default/index.html.twig b/app/Resources/views/default/index.html.twig
index cc24f54..36180cb 100644
--- a/app/Resources/views/default/index.html.twig
+++ b/app/Resources/views/default/index.html.twig
@@ -2,7 +2,6 @@
{% block body %}
<div id="wrapper">
- A
<table>
<tr>
<th>TimeStamp</th>
@@ -10,7 +9,7 @@
<th>No</th>
<th>So</th>
</tr>
- <tr>
+ <tr id="latest">
<td>{{ TimeStamp }}</td>
<td>{{ Co }}</td>
<td>{{ No }}</td>
@@ -19,4 +18,6 @@
</table>
</div>
{% endblock %}
-
+{% block javascripts %}
+ <script src="{{ asset('js/realtime.js') }}"></script>
+{% endblock %}