aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/views/default')
-rw-r--r--app/Resources/views/default/AllDataPage.html.twig2
-rw-r--r--app/Resources/views/default/index.html.twig2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/Resources/views/default/AllDataPage.html.twig b/app/Resources/views/default/AllDataPage.html.twig
index 7851afb..6162b49 100644
--- a/app/Resources/views/default/AllDataPage.html.twig
+++ b/app/Resources/views/default/AllDataPage.html.twig
@@ -5,7 +5,7 @@
<title>Title</title>
</head>
<body>
-<table>
+<table border="1">
<tr>
<th>TimeStamp</th>
<th>Co</th>
diff --git a/app/Resources/views/default/index.html.twig b/app/Resources/views/default/index.html.twig
index ce28faf..705044b 100644
--- a/app/Resources/views/default/index.html.twig
+++ b/app/Resources/views/default/index.html.twig
@@ -2,7 +2,7 @@
{% block body %}
<div id="wrapper">
- <table>
+ <table border="1">
<tr>
<th>TimeStamp</th>
<th>Co</th>