summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaksim Zakharov <m.zakharov@IBS.RU>2022-08-25 15:40:09 +0300
committerMaksim Zakharov <m.zakharov@IBS.RU>2022-08-25 15:40:09 +0300
commit638b40cb23624b1a754f210fae78f3acd1d0024b (patch)
tree95d44a9a619237370d782fb949549732ff9df2fe
parent58c43653761a5ec3dd84f155c7af37c6abb420fb (diff)
downloadwebui-vue-638b40cb23624b1a754f210fae78f3acd1d0024b.tar.xz
fix key in pci table
-rw-r--r--src/views/_sila/Overview/Inventory/InventoryPciDevices.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/_sila/Overview/Inventory/InventoryPciDevices.vue b/src/views/_sila/Overview/Inventory/InventoryPciDevices.vue
index 81ff0000..74858649 100644
--- a/src/views/_sila/Overview/Inventory/InventoryPciDevices.vue
+++ b/src/views/_sila/Overview/Inventory/InventoryPciDevices.vue
@@ -54,7 +54,7 @@
</template>
<template #row-details="data">
<b-container fluid>
- <b-row v-for="item in data.item.Functions" :key="item.deviceId">
+ <b-row v-for="item in data.item.Functions" :key="item.id">
<b-col xs="6">
<dl>
<dt>{{ $t('pagePci.table.name') }}:</dt>