diff --git a/var/www/templates/correlation/show_correlation.html b/var/www/templates/correlation/show_correlation.html index 746ffdf7..b8a9dd79 100644 --- a/var/www/templates/correlation/show_correlation.html +++ b/var/www/templates/correlation/show_correlation.html @@ -65,6 +65,14 @@ color: #000000; } + .pixelated { + image-rendering: pixelated; + } + + .blured { + filter: blur(5px); + } + .graph_panel { padding: unset; } @@ -116,13 +124,36 @@
Graph +
+
+
+
+ +
+
+ +
+
+ +
+
+
+
+
+ {% if dict_object["object_type"] != "" %} {% with obj_type=dict_object["object_type"], obj_id=dict_object["correlation_id"], obj_subtype=dict_object["metadata"]["type_id"],obj_lvl=1%} - {% include 'import_export/block_add_user_object_to_export.html' %} - {% endwith %} + {% include 'import_export/block_add_user_object_to_export.html' %} + {% endwith %} {% endif %} - - + + @@ -279,6 +310,7 @@