Bunch of ui stuff

This commit is contained in:
Jonathan Carter
2025-08-31 14:53:40 +02:00
parent c0aa82241b
commit 088bf495f5
10 changed files with 115 additions and 102 deletions

View File

@@ -19,6 +19,9 @@ def summary_index():
html = (str(current_app.config['CONFIG']['Summary']['welcome']) + "<br>" + str(current_app.config['CONFIG']['Summary']['software']))
summary = config['Summary']
print("Config is: ")
print(config)
return render_template('summary.html',
menu=current_app.config['CONFIG']['settings']['menu'],
menu_order=current_app.config['CONFIG']['settings']['menu_order'].split(),