From b9f05d64f857f0342f2c1199c238868ac3da3401 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Tue, 20 Jul 2021 19:03:14 +1000 Subject: [PATCH] okay this now works with bootstrap 5, I dont love the sz buttons / mixed black and white hover text needs love - probably own class with own styles, but I dont want to hard-code info color, need to work out how to do style / css using the right bs variable for info color --- shared.py | 8 +-- templates/aistats.html | 4 +- templates/base.html | 138 ++++++++++++++++++++------------------- templates/file_list.html | 14 ++-- templates/files.html | 115 +++++++++++++------------------- templates/joblog.html | 119 ++++++++++++++------------------- templates/jobs.html | 6 +- templates/login.html | 2 +- templates/persons.html | 2 +- templates/refimgs.html | 2 +- templates/viewer.html | 7 +- 11 files changed, 188 insertions(+), 229 deletions(-) diff --git a/shared.py b/shared.py index bef908b..15b0416 100644 --- a/shared.py +++ b/shared.py @@ -30,9 +30,8 @@ PA_JOB_MANAGER_PORT=55430 THUMBSIZE=256 -def CreateSelect(name, selected, list, js=""): - str = f'' for el in list: str += '