From 277417ec5371e3bd6765c76b60f603b366ff4b0f Mon Sep 17 00:00:00 2001 From: Davide Arcuri Date: Tue, 13 Feb 2024 17:07:39 +0100 Subject: [PATCH] remove missing symbols flag --- orochi/templates/website/partial_indices.html | 6 ++--- orochi/utils/volatility_dask_elk.py | 4 +-- orochi/website/api/serializers.py | 2 -- orochi/website/forms.py | 10 ++++++- .../migrations/0051_remove_missing_symbols.py | 27 +++++++++++++++++++ ..._superuser.py => 0052_create_superuser.py} | 2 +- orochi/website/models.py | 3 ++- orochi/website/views.py | 6 ++--- 8 files changed, 47 insertions(+), 13 deletions(-) create mode 100644 orochi/website/migrations/0051_remove_missing_symbols.py rename orochi/website/migrations/{0051_create_superuser.py => 0052_create_superuser.py} (93%) diff --git a/orochi/templates/website/partial_indices.html b/orochi/templates/website/partial_indices.html index fc42a81f..bd17f991 100644 --- a/orochi/templates/website/partial_indices.html +++ b/orochi/templates/website/partial_indices.html @@ -1,6 +1,6 @@ {% if dumps %} @@ -21,7 +21,7 @@ {% endif %} {{name}} - {% if status != 4 and not missing_symbols %} + {% if status != 4 and status != 5 %} {% else %} @@ -47,7 +47,7 @@ data-toggle="tooltip" data-placement="top" title="Edit Dump"> - {% if missing_symbols %} + {% if status == 5 %}