diff --git a/plugins/warranty/frontend/components/MachineMapChip.vue b/plugins/warranty/frontend/components/MachineMapChip.vue
index 8bfbe9f..4f146b1 100644
--- a/plugins/warranty/frontend/components/MachineMapChip.vue
+++ b/plugins/warranty/frontend/components/MachineMapChip.vue
@@ -1,115 +1,53 @@
-
+
-
- {{ machine.machinenumber || machine.name || '-' }}
-
-
-
- {{ machine.name || machine.machinenumber }}
- {{ machine.locationname }}
-
-
-
-
+
+ {{ machine.machinenumber || machine.name || '-' }}
+
-
-
- {{ machine.name || machine.machinenumber }}
- {{ machine.locationname || 'Not placed on the floor map' }}
-
+
+
+ {{ machine.machinenumber || machine.name || '-' }}
+
-