From 6cae46065c08fa69a7e2d4c7c742859398e9a919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Thu, 5 Dec 2024 16:57:30 +0100 Subject: [PATCH] fix: break long URLs in tables --- website/web/__init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/web/__init__.py b/website/web/__init__.py index aabb4bbd..7ee88723 100644 --- a/website/web/__init__.py +++ b/website/web/__init__.py @@ -1962,11 +1962,12 @@ def __prepare_node_view(capture_uuid: str, nodes: list[tuple[str, str]], from_po to_return = f'The capture contains this value in {len(nodes)} nodes, click below to see them on the tree:' to_return += '' return to_return