diff --git a/plugins/warranty/frontend/components/MachineMapChip.vue b/plugins/warranty/frontend/components/MachineMapChip.vue index 87d5ca1..8bfbe9f 100644 --- a/plugins/warranty/frontend/components/MachineMapChip.vue +++ b/plugins/warranty/frontend/components/MachineMapChip.vue @@ -2,7 +2,8 @@ - + {{ machine.name || machine.machinenumber }} {{ machine.locationname }} @@ -24,7 +25,7 @@ - + {{ machine.name || machine.machinenumber }} {{ machine.locationname || 'Not placed on the floor map' }} @@ -33,7 +34,7 @@