diff --git a/website/web/__init__.py b/website/web/__init__.py index cd7518aa..df71be14 100644 --- a/website/web/__init__.py +++ b/website/web/__init__.py @@ -2017,20 +2017,44 @@ def add_context(tree_uuid: str, node_uuid: str) -> WerkzeugResponse | None: def __prepare_node_view(capture_uuid: str, nodes: list[tuple[str, str]], from_popup: bool=False) -> str: - to_return = f'The capture contains this value in {len(nodes)} nodes, click below to see them on the tree:' - to_return += '
+ +
+-