diff --git a/Web App/web/src/views/Dashboard.vue b/Web App/web/src/views/Dashboard.vue index f5a5b66..14be535 100644 --- a/Web App/web/src/views/Dashboard.vue +++ b/Web App/web/src/views/Dashboard.vue @@ -175,7 +175,12 @@ onMounted(() => { }}{{ t("dashboard.addCar") }}{{ tSplit("dashboard.empty", "action").after }} -
+ +
{

{{ car.name }}

{{ [car.make, car.model, car.year || ''].filter(Boolean).join(' ') }}

- + + {{ serviceStatus(car.latest, car).label }}