From 6d0218958fa8e431b671f3a4c4c427b0214a3286 Mon Sep 17 00:00:00 2001 From: Patrick Hoefler <61934744+phofl@users.noreply.github.com> Date: Tue, 15 Oct 2024 11:23:45 +0200 Subject: [PATCH] Fix url escaping on exceptions dashboard for non-string keys --- distributed/http/templates/exceptions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributed/http/templates/exceptions.html b/distributed/http/templates/exceptions.html index 5c47aa2fea1..68c7c7ef772 100644 --- a/distributed/http/templates/exceptions.html +++ b/distributed/http/templates/exceptions.html @@ -26,7 +26,7 @@

Exceptions

Task: - {{ts.key}} + {{ts.key}}

Worker(s):