From 80f32bd0b1426e5874f3a8a64b8b8aaaa91f403a Mon Sep 17 00:00:00 2001 From: Stefan Lauer Date: Fri, 17 Feb 2023 10:52:40 +0100 Subject: [PATCH] Fix link from partition to detail page when a message.format is set. --- src/main/resources/templates/topic-detail.ftlh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/templates/topic-detail.ftlh b/src/main/resources/templates/topic-detail.ftlh index e7958917..c4a68144 100644 --- a/src/main/resources/templates/topic-detail.ftlh +++ b/src/main/resources/templates/topic-detail.ftlh @@ -124,7 +124,7 @@ <#list topic.partitions as p> - ${p.id} + ${p.id} ${p.firstOffset} ${p.size} ${p.size - p.firstOffset}