From 322b79babf45b1bff0d219cfbf10524b975075fd Mon Sep 17 00:00:00 2001 From: marcinzelent Date: Thu, 7 Dec 2017 12:38:55 +0100 Subject: Split all data and data from last week, moved chart to the right side of the page. --- app/Resources/views/default/AllDataPage.html.twig | 29 ----------------------- 1 file changed, 29 deletions(-) delete mode 100644 app/Resources/views/default/AllDataPage.html.twig (limited to 'app/Resources/views/default/AllDataPage.html.twig') diff --git a/app/Resources/views/default/AllDataPage.html.twig b/app/Resources/views/default/AllDataPage.html.twig deleted file mode 100644 index 4607049..0000000 --- a/app/Resources/views/default/AllDataPage.html.twig +++ /dev/null @@ -1,29 +0,0 @@ -{% extends 'base.html.twig' %} - -{% block body %} - - - - - - - - - - - - {% for table in data %} - - - - - - - {% endfor %} -
TimeStampCoNoSo
{{ table.TimeStamp }}{{ table.Co }}{{ table.No }}{{ table.So }}
- -{% endblock %} -{% block javascripts %} - -