diff --git a/src/web_interface/templates/analysis_plugins/general_information.html b/src/web_interface/templates/analysis_plugins/general_information.html index 707012841..e48e9968c 100644 --- a/src/web_interface/templates/analysis_plugins/general_information.html +++ b/src/web_interface/templates/analysis_plugins/general_information.html @@ -4,82 +4,82 @@
-
+
+
+ |
-
Showing Analysis: {{ selected_analysis | replace_underscore }}
-
-
-
-
-
+
+
+
+
- |
+ ||
---|---|---|---|
Analysis was skipped | -{{ analysis_metadata['skipped'] }} | -||
Time of Analysis | -{{ analysis_metadata['analysis_date'] | nice_unix_time }} | -||
Plugin Version | -{{ analysis_metadata['plugin_version']}} | -||
System Version | -{{ analysis_metadata['system_version']}} | -||
Raw Analysis Result | -
-
- |
+ {% if analysis_result['skipped'] %}
+ ||
Analysis was skipped | +{{ analysis_metadata['skipped'] }} | ||
Time of Analysis | +{{ analysis_metadata['analysis_date'] | nice_unix_time }} | +||
Plugin Version | +{{ analysis_metadata['plugin_version'] }} | +||
System Version | +{{ analysis_metadata['system_version'] }} | +||
Raw Analysis Result | +
+
+ |
+ ||
Analysis outdated | -- The backend plugin version ({{ version_backend | string }}) is incompatible with - the version ({{ version_database | string }}) of the analysis result. + {% if selected_analysis == 'unpacker' or version_database | version_is_compatible(version_backend, True) %} + {% if analysis_result is not none and 'skipped' not in analysis_result %} + {% block analysis_result_details %} - Please update the analysis. - | -||
Analysis outdated | ++ The backend plugin version ({{ version_backend | string }}) is incompatible with + the version ({{ version_database | string }}) of the analysis result. + + Please update the analysis. + | +