diff --git a/server/ui/src/components/cards/ExecutorsCard.tsx b/server/ui/src/components/cards/ExecutorsCard.tsx
index fe2580fc2..c5811cfd0 100644
--- a/server/ui/src/components/cards/ExecutorsCard.tsx
+++ b/server/ui/src/components/cards/ExecutorsCard.tsx
@@ -68,14 +68,16 @@ function ExecutorsContent({ executors }: ExecutorsCardProps) {
-
{executor.id}
{executor.addr}
- {executor.function_allowlist.length} functions
-
+
+ {executor.function_allowlist.length} functions
+
+
+
{Object.entries(executor.labels).map(([key, value]) => (