From 5b3d9a1e8dacb1dbdccfd432a2858ae52190f455 Mon Sep 17 00:00:00 2001 From: Davide Arcuri Date: Mon, 23 Sep 2024 15:52:03 +0200 Subject: [PATCH] #1071 --- orochi/api/models.py | 2 - orochi/static/css/style.css | 9 + orochi/templates/website/index.html | 1546 +++++++++-------- .../templates/website/partial_analysis.html | 7 + orochi/templates/website/partial_tree.html | 4 +- orochi/website/admin.py | 1 + orochi/website/defaults.py | 2 - orochi/website/forms.py | 2 + ...ve_plugin_yara_check_alter_service_name.py | 24 + orochi/website/models.py | 1 - orochi/website/views.py | 93 +- 11 files changed, 905 insertions(+), 786 deletions(-) create mode 100644 orochi/website/migrations/0059_remove_plugin_yara_check_alter_service_name.py diff --git a/orochi/api/models.py b/orochi/api/models.py index d382b327..312d7ce1 100644 --- a/orochi/api/models.py +++ b/orochi/api/models.py @@ -110,7 +110,6 @@ class Meta: "vt_check", "clamav_check", "regipy_check", - "yara_check", "maxmind_check", "local", "local_date", @@ -128,7 +127,6 @@ class Meta: "vt_check", "clamav_check", "regipy_check", - "yara_check", "maxmind_check", "local", "local_date", diff --git a/orochi/static/css/style.css b/orochi/static/css/style.css index c1bb7c1a..0952add5 100644 --- a/orochi/static/css/style.css +++ b/orochi/static/css/style.css @@ -1,3 +1,12 @@ +/******************************************************** + table column search +********************************************************/ +tfoot input { + width: 100%; + padding: 3px; + box-sizing: border-box; +} + /******************************************************** OROCHI MAIN LOGO ********************************************************/ diff --git a/orochi/templates/website/index.html b/orochi/templates/website/index.html index 87553b5d..98ec38c8 100644 --- a/orochi/templates/website/index.html +++ b/orochi/templates/website/index.html @@ -3,70 +3,72 @@ {% block modal %}