From 6fafa9f387e9d540c4a01d5a316c7bf72076d2fc Mon Sep 17 00:00:00 2001 From: Parker Date: Thu, 7 Nov 2024 01:44:42 -0600 Subject: Work on dashboard functionality --- app/templates/dashboard.html | 241 +++++++++++++++++++++++++++++++++++-------- 1 file changed, 198 insertions(+), 43 deletions(-) (limited to 'app/templates') diff --git a/app/templates/dashboard.html b/app/templates/dashboard.html index c2c9ebc..c65b62b 100644 --- a/app/templates/dashboard.html +++ b/app/templates/dashboard.html @@ -7,15 +7,44 @@
- - + +
- - - - - + + + + + + + + + + + + +
IDTimestampIPLocationISPLinkVisitsRedirectExpire Date
@@ -37,55 +66,181 @@ font-size: 25px; color: #ccc; } + + table { + border-collapse: collapse; + background-color: #333; + color: #ccc; + } + + th, td { + border: 1px solid #ccc; + padding: 10px; + } + + th { + background-color: #444; + } + + tr:nth-child(even) { + background-color: #444; + } + + tr:nth-child(odd) { + background-color: #333; + } + + .log-table-row { + display: none; + } + + .log-table-row td { + padding: 0; + } + + .log-table-row table { + width: 100%; + border-collapse: collapse; + } + + .log-table-row th, .log-table-row td { + border: 1px solid #ccc; + padding: 10px; + } + + .log-table-row th { + background-color: #444; + } + + .log-table-row tr:nth-child(even) { + background-color: #444; + } + + .log-table-row tr:nth-child(odd) { + background-color: #333; + } + + \ No newline at end of file -- cgit v1.2.3-70-g09d2