Added HistoryItems to Spaces
Changed Loading of HistoryItems to directly Supabase Minor Changes in inventoryitems
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user