diff --git a/var/www/blueprints/root.py b/var/www/blueprints/root.py index 9e9a62da..37858b94 100644 --- a/var/www/blueprints/root.py +++ b/var/www/blueprints/root.py @@ -80,7 +80,7 @@ def login(): return redirect(next_page) # dashboard else: - return redirect(url_for('dashboard.index', update_note=True)) + return redirect(url_for('dashboard.index')) # login failed else: # set brute force protection diff --git a/var/www/modules/dashboard/Flask_dashboard.py b/var/www/modules/dashboard/Flask_dashboard.py index 7ba7b165..d690cd59 100644 --- a/var/www/modules/dashboard/Flask_dashboard.py +++ b/var/www/modules/dashboard/Flask_dashboard.py @@ -178,7 +178,7 @@ def index(): return render_template("index.html", default_minute = default_minute, threshold_stucked_module=threshold_stucked_module, log_select=log_select, selected=max_dashboard_logs, update_warning_message=update_warning_message, update_in_progress=update_in_progress, - update_note=update_note, + #update_note=update_note, update_warning_message_notice_me=update_warning_message_notice_me) # ========= REGISTRATION ========= diff --git a/var/www/modules/dashboard/templates/index.html b/var/www/modules/dashboard/templates/index.html index 19f86147..35d5188f 100644 --- a/var/www/modules/dashboard/templates/index.html +++ b/var/www/modules/dashboard/templates/index.html @@ -73,9 +73,9 @@ {%endif%} - {%if update_note%} +