|
@@ -9,7 +9,7 @@ export function buildOverviewCards({
|
|
|
key: "explorer",
|
|
key: "explorer",
|
|
|
title: "Explorer",
|
|
title: "Explorer",
|
|
|
description: "Lieferscheine nach Datum durchsuchen (Jahr -> Monat -> Tag).",
|
|
description: "Lieferscheine nach Datum durchsuchen (Jahr -> Monat -> Tag).",
|
|
|
- imageSrc: "/overview-cards/explorer.png",
|
|
|
|
|
|
|
+ imageSrc: "/overview-cards/v2/explorer.webp",
|
|
|
href: explorerHref || null,
|
|
href: explorerHref || null,
|
|
|
disabledHint: disabledHint || null,
|
|
disabledHint: disabledHint || null,
|
|
|
},
|
|
},
|
|
@@ -17,7 +17,7 @@ export function buildOverviewCards({
|
|
|
key: "search",
|
|
key: "search",
|
|
|
title: "Suche",
|
|
title: "Suche",
|
|
|
description: "Schnell finden mit Volltext, Zeitraum und Filtern.",
|
|
description: "Schnell finden mit Volltext, Zeitraum und Filtern.",
|
|
|
- imageSrc: "/overview-cards/search.png",
|
|
|
|
|
|
|
+ imageSrc: "/overview-cards/v2/search.webp",
|
|
|
href: searchHref || null,
|
|
href: searchHref || null,
|
|
|
disabledHint: disabledHint || null,
|
|
disabledHint: disabledHint || null,
|
|
|
},
|
|
},
|
|
@@ -25,7 +25,7 @@ export function buildOverviewCards({
|
|
|
key: "profile",
|
|
key: "profile",
|
|
|
title: "Profil",
|
|
title: "Profil",
|
|
|
description: "Passwort ändern und Support kontaktieren.",
|
|
description: "Passwort ändern und Support kontaktieren.",
|
|
|
- imageSrc: "/overview-cards/profile.png",
|
|
|
|
|
|
|
+ imageSrc: "/overview-cards/v2/profile.webp",
|
|
|
href: "/profile",
|
|
href: "/profile",
|
|
|
disabledHint: null,
|
|
disabledHint: null,
|
|
|
},
|
|
},
|
|
@@ -36,7 +36,7 @@ export function buildOverviewCards({
|
|
|
key: "users",
|
|
key: "users",
|
|
|
title: "Benutzerverwaltung",
|
|
title: "Benutzerverwaltung",
|
|
|
description: "Benutzer anlegen, bearbeiten und verwalten.",
|
|
description: "Benutzer anlegen, bearbeiten und verwalten.",
|
|
|
- imageSrc: "/overview-cards/users.png",
|
|
|
|
|
|
|
+ imageSrc: "/overview-cards/v2/users.webp",
|
|
|
href: "/admin/users",
|
|
href: "/admin/users",
|
|
|
disabledHint: null,
|
|
disabledHint: null,
|
|
|
});
|
|
});
|