added page for consulting sessions with dynamic table

This commit is contained in:
2026-07-01 16:36:15 +02:00
parent 10c8b79cb3
commit 1d353d863e
2 changed files with 414 additions and 98 deletions
+3
View File
@@ -37,6 +37,9 @@ logger_get_data.setLevel(logging.DEBUG)
logger_auto_form = logger_gui.getChild("get_data_auto_form")
logger_auto_form.setLevel(logging.DEBUG)
logger_page_consulting = logger_gui.getChild("page_consulting")
logger_page_consulting.setLevel(logging.DEBUG)
# ** Backend
logger_back = logger_base.getChild("backend")
logger_back.setLevel(logging.DEBUG)