From 2d25579e7f5f7d39abb00939502c6ab8712f3262 Mon Sep 17 00:00:00 2001 From: terrtia Date: Thu, 28 Nov 2024 10:46:42 +0100 Subject: [PATCH] chg: [dashboard] add day date --- var/www/Flask_server.py | 4 ++-- var/www/templates/dashboard/dashboard.html | 13 +++++++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/var/www/Flask_server.py b/var/www/Flask_server.py index 2f34f857..6152043f 100755 --- a/var/www/Flask_server.py +++ b/var/www/Flask_server.py @@ -299,8 +299,8 @@ for taxonomy in default_taxonomies: # ========== GIT Cache ============ clear_git_meta_cache() -# rrrr = [str(p) for p in app.url_map.iter_rules()] -# for p in rrrr: +# r = [str(p) for p in app.url_map.iter_rules()] +# for p in r: # print(p) # ============ MAIN ============ diff --git a/var/www/templates/dashboard/dashboard.html b/var/www/templates/dashboard/dashboard.html index ae17b3db..6a110810 100644 --- a/var/www/templates/dashboard/dashboard.html +++ b/var/www/templates/dashboard/dashboard.html @@ -114,7 +114,9 @@ -
+
+ +

@@ -215,8 +217,9 @@