From 08a555af80a2a1e105f57490731b9502e4046158 Mon Sep 17 00:00:00 2001
From: Markus Birth <130302+mbirth@users.noreply.github.com>
Date: Mon, 2 Jan 2023 22:54:27 +0100
Subject: [PATCH] Add graphs to index.php.
---
.htaccess | 1 +
index.php | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
create mode 100644 .htaccess
diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000..3914b35
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1 @@
+RedirectMatch 404 ^/.git/
diff --git a/index.php b/index.php
index 236e58c..816f1dd 100644
--- a/index.php
+++ b/index.php
@@ -38,6 +38,14 @@
max-width: 100%;
}
+ .mdl-data-table tr:last-child td, #scroll-tab-alldata tbody tr:first-child td {
+ font-weight: bold;
+ }
+
+ #scroll-tab-24hrs tr:last-child td, #scroll-tab-alldata tr:last-child td {
+ font-weight: normal !important;
+ }
+
.mdl-layout__drawer div {
width: 70%;
margin: 0 auto;
@@ -91,6 +99,10 @@
7 Tage
28 Tage
12 Monate
+ 2021
+ 2020
+ 2019
+ 2018
2017
2016
2012
@@ -155,6 +167,30 @@
+
+
+
+