diff --git a/components/EntityList.vue b/components/EntityList.vue
index 996ebe4..aa672f5 100644
--- a/components/EntityList.vue
+++ b/components/EntityList.vue
@@ -1,6 +1,7 @@
+
+
+ router.push(`/standardEntity/${type}/show/${i.id}`) "
+ :empty-state="{ icon: 'i-heroicons-circle-stack-20-solid', label: `Keine ${dataType.label} anzuzeigen` }"
+ >
+
+ {{column.label}}
+
+
+ {{row.name}}
+
+
+ {{row.name}}
+
+
+
+ {{row.fullName}}
+
+
+ {{row.fullName}}
+
+
+
+ {{row.licensePlate}}
+
+
+ {{row.licensePlate}}
+
+
+
+
+ {{row[column.key] ? `${row[column.key]} ${column.unit ? column.unit : ''}`: ''}}
+
+
+
+
+
\ No newline at end of file