From f1d637c2a482d853213a00f9ab3c3e87c1a97b5f Mon Sep 17 00:00:00 2001 From: Terrtia Date: Mon, 7 Mar 2022 16:37:26 +0100 Subject: [PATCH] fix: [Investigation] UI sidebar --- update/v4.1/Update.py | 4 ++-- var/www/modules/hashDecoded/templates/DaysCorrelation.html | 2 +- var/www/modules/hashDecoded/templates/hashDecoded.html | 2 +- var/www/templates/import_export/export_object.html | 2 +- var/www/templates/import_export/import_object.html | 2 +- var/www/templates/investigations/investigations.html | 5 +++-- var/www/templates/nav_bar.html | 2 +- 7 files changed, 10 insertions(+), 9 deletions(-) diff --git a/update/v4.1/Update.py b/update/v4.1/Update.py index 40637355..8fad9c87 100755 --- a/update/v4.1/Update.py +++ b/update/v4.1/Update.py @@ -21,8 +21,8 @@ class Updater(AIL_Updater): super(Updater, self).__init__(version) def update(self): - r_tracking = redis.StrictRedis( host=localhost, - port=6382), + r_tracking = redis.StrictRedis( host='localhost', + port=6382, db=2, decode_responses=True ) diff --git a/var/www/modules/hashDecoded/templates/DaysCorrelation.html b/var/www/modules/hashDecoded/templates/DaysCorrelation.html index f3b5235f..9b561240 100644 --- a/var/www/modules/hashDecoded/templates/DaysCorrelation.html +++ b/var/www/modules/hashDecoded/templates/DaysCorrelation.html @@ -67,7 +67,7 @@
- {% include 'decoded/menu_sidebar.html' %} + {% include 'sidebars/sidebar_objects.html' %}
diff --git a/var/www/modules/hashDecoded/templates/hashDecoded.html b/var/www/modules/hashDecoded/templates/hashDecoded.html index 92b89b7e..ef52ee7f 100644 --- a/var/www/modules/hashDecoded/templates/hashDecoded.html +++ b/var/www/modules/hashDecoded/templates/hashDecoded.html @@ -67,7 +67,7 @@
- {% include 'decoded/menu_sidebar.html' %} + {% include 'sidebars/sidebar_objects.html' %}
diff --git a/var/www/templates/import_export/export_object.html b/var/www/templates/import_export/export_object.html index 95724e0d..c6760f74 100644 --- a/var/www/templates/import_export/export_object.html +++ b/var/www/templates/import_export/export_object.html @@ -24,7 +24,7 @@
- {% include 'decoded/menu_sidebar.html' %} + {% include 'sidebars/sidebar_objects.html' %}
diff --git a/var/www/templates/import_export/import_object.html b/var/www/templates/import_export/import_object.html index dbfb084f..c94928aa 100644 --- a/var/www/templates/import_export/import_object.html +++ b/var/www/templates/import_export/import_object.html @@ -27,7 +27,7 @@
- {% include 'decoded/menu_sidebar.html' %} + {% include 'sidebars/sidebar_objects.html' %}
diff --git a/var/www/templates/investigations/investigations.html b/var/www/templates/investigations/investigations.html index 45a6d8de..b4e85b55 100644 --- a/var/www/templates/investigations/investigations.html +++ b/var/www/templates/investigations/investigations.html @@ -75,8 +75,9 @@