Procházet zdrojové kódy

dev: automated commit - 2026-03-08 15:44:35

Mariano Z. před 2 týdny
rodič
revize
684869fb5e
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      frontend/src/views/RecordsView.vue

+ 2 - 2
frontend/src/views/RecordsView.vue

@@ -257,7 +257,7 @@ onMounted(loadData)
                   <TableCell>
                     <Badge variant="outline">{{ record.type }}</Badge>
                   </TableCell>
-                  <TableCell class="font-mono text-sm">{{ record.content }}</TableCell>
+                  <TableCell class="font-mono text-sm max-w-[200px] truncate">{{ record.content }}</TableCell>
                   <TableCell class="text-muted-foreground">{{ record.zone_name }}</TableCell>
                   <TableCell>
                     <Badge
@@ -396,7 +396,7 @@ onMounted(loadData)
                   <TableCell>
                     <Badge variant="outline">{{ record.type }}</Badge>
                   </TableCell>
-                  <TableCell class="font-mono text-sm">{{ record.content }}</TableCell>
+                  <TableCell class="font-mono text-sm max-w-[200px] truncate">{{ record.content }}</TableCell>
                   <TableCell class="text-muted-foreground">{{ record.zone_name }}</TableCell>
                   <TableCell>
                     <Badge