add serde default to NetworkConfig (#675)

* add serde default to NetworkConfig

* set base z-index of event-dialog
This commit is contained in:
Sijie.Sun
2025-03-12 10:36:54 +08:00
committed by GitHub
parent 1f4340e82f
commit 0318f55322
3 changed files with 7 additions and 5 deletions

View File

@@ -102,7 +102,7 @@ const selectedDeviceHostname = computed<string | undefined>(() => {
</DataTable>
<Drawer v-model:visible="deviceManageVisible" :header="`Manage ${selectedDeviceHostname}`" position="right"
class="w-3/5 min-w-96">
:baseZIndex=1000 class="w-3/5 min-w-96">
<RouterView v-slot="{ Component }">
<component :is="Component" :api="api" :deviceList="deviceList" @update="loadDevices" />
</RouterView>