Changes
This commit is contained in:
@@ -331,7 +331,7 @@ let links = [
|
|||||||
icon: "i-heroicons-clipboard-document-list"
|
icon: "i-heroicons-clipboard-document-list"
|
||||||
},{
|
},{
|
||||||
label: "Mitarbeiter",
|
label: "Mitarbeiter",
|
||||||
to: "/settings/profiles",
|
to: "/profiles",
|
||||||
icon: "i-heroicons-clipboard-document-list"
|
icon: "i-heroicons-clipboard-document-list"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ const createProfile = async () => {
|
|||||||
<template #right>
|
<template #right>
|
||||||
<UButton
|
<UButton
|
||||||
color="rose"
|
color="rose"
|
||||||
@click="router.push(`/settings/profiles`)"
|
@click="router.push(`/profiles`)"
|
||||||
>
|
>
|
||||||
Abbrechen
|
Abbrechen
|
||||||
</UButton>
|
</UButton>
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
<UDashboardNavbar title="Benutzer Einstellungen">
|
<UDashboardNavbar title="Benutzer Einstellungen">
|
||||||
<template #right>
|
<template #right>
|
||||||
<UButton
|
<UButton
|
||||||
@click="router.push(`/settings/profiles/create`)"
|
@click="router.push(`/profiles/create`)"
|
||||||
>
|
>
|
||||||
+ Mitarbeiter
|
+ Mitarbeiter
|
||||||
</UButton>
|
</UButton>
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
<UTable
|
<UTable
|
||||||
:rows="dataStore.profiles"
|
:rows="dataStore.profiles"
|
||||||
@select="(item) => router.push(`/settings/profiles/show/${item.id}`)"
|
@select="(item) => router.push(`/profiles/show/${item.id}`)"
|
||||||
:columns="columns"
|
:columns="columns"
|
||||||
>
|
>
|
||||||
|
|
||||||
Reference in New Issue
Block a user