Added HistoryItems to Spaces

Changed Loading of HistoryItems to directly Supabase
Minor Changes in inventoryitems
This commit is contained in:
2024-08-23 17:39:42 +02:00
parent b71814369d
commit 4127c6d4fb
3 changed files with 76 additions and 9 deletions

View File

@@ -1,6 +1,7 @@
<script setup>
import axios from "axios";
import ZebraBrowserPrintWrapper from "zebra-browser-print-wrapper"
import HistoryDisplay from "~/components/HistoryDisplay.vue";
definePageMeta({
middleware: "auth"
})
@@ -176,7 +177,12 @@ setupPage()
</div>
<div class="w-1/2">
<UCard>
LOGBUCH
<HistoryDisplay
type="space"
v-if="itemInfo"
render-headline
:element-id="itemInfo.id"
/>
</UCard>
</div>