{row.diskUsage !== undefined &&
row.diskCapacity !== undefined && (
@@ -185,8 +170,8 @@ export function NodesTable({ nodes }: { nodes: Node[] }) {
labels={({ datum }) =>
datum.x
? `${datum.x}: ${format.number(datum.y / 100, {
- style: "percent",
- })}`
+ style: "percent",
+ })}`
: null
}
legendData={[
diff --git a/ui/app/[locale]/(authorized)/kafka/[kafkaId]/nodes/[nodeId]/configuration/ConfigTable.tsx b/ui/app/[locale]/(authorized)/kafka/[kafkaId]/nodes/[nodeId]/configuration/ConfigTable.tsx
index 4cc0a093e..2ec3eb9f3 100644
--- a/ui/app/[locale]/(authorized)/kafka/[kafkaId]/nodes/[nodeId]/configuration/ConfigTable.tsx
+++ b/ui/app/[locale]/(authorized)/kafka/[kafkaId]/nodes/[nodeId]/configuration/ConfigTable.tsx
@@ -212,7 +212,7 @@ export function ConfigTable({ config }: { config: NodeConfig }) {
{key}
- |