This commit is contained in:
2024-09-14 17:09:29 +02:00
parent 6f965b1704
commit c70b172b08
7 changed files with 73 additions and 28 deletions

View File

@@ -128,6 +128,7 @@ setupPage()
</UBadge>
</template>-->
</UDashboardNavbar>
<UTabs
:items="[{label: 'Informationen'}, {label: 'Logbuch'}]"
v-if="itemInfo && mode == 'show'"

View File

@@ -303,6 +303,7 @@ const setState = async (newState) => {
<template #header>
Zeiteintrag {{configTimeMode === 'create' ? "erstellen" : "bearbeiten"}}
</template>
{{itemInfo}}
<UFormGroup
label="Start:"
>