diff --git a/src/main/resources/templates/topic-detail.ftlh b/src/main/resources/templates/topic-detail.ftlh index d6ab524f..e7958917 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}