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%} +
diff --git a/var/www/modules/settings/templates/settings_index.html b/var/www/modules/settings/templates/settings_index.html index d03343c7..fd608a64 100644 --- a/var/www/modules/settings/templates/settings_index.html +++ b/var/www/modules/settings/templates/settings_index.html @@ -29,8 +29,6 @@
- {% include 'dashboard/update_modal.html' %} -
AIL-framework Status :
diff --git a/var/www/templates/crawler/crawler_disabled.html b/var/www/templates/crawler/crawler_disabled.html index 69808cf5..a2d76d30 100644 --- a/var/www/templates/crawler/crawler_disabled.html +++ b/var/www/templates/crawler/crawler_disabled.html @@ -10,5 +10,22 @@ Error: core/Crawler_manager not launched {%endif%}

+
+ +
+ {%endif%}