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 %}