Bearbeiten-Aktion im Plantafel-Mitarbeitermodal ergänzen
This commit is contained in:
@@ -1486,7 +1486,15 @@ onMounted(() => {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="flex justify-end border-t border-gray-200 bg-gray-50 p-3 dark:border-gray-800 dark:bg-gray-800/30">
|
||||
<div class="flex justify-end gap-2 border-t border-gray-200 bg-gray-50 p-3 dark:border-gray-800 dark:bg-gray-800/30">
|
||||
<UButton
|
||||
color="primary"
|
||||
variant="soft"
|
||||
icon="i-heroicons-pencil-square"
|
||||
@click="selectedProfile?.id && router.push(`/staff/profiles/${selectedProfile.id}`)"
|
||||
>
|
||||
Bearbeiten
|
||||
</UButton>
|
||||
<UButton color="gray" variant="soft" @click="isProfileDetailsModalOpen = false">
|
||||
Schließen
|
||||
</UButton>
|
||||
|
||||
Reference in New Issue
Block a user