summaryrefslogtreecommitdiff
path: root/src/views
diff options
context:
space:
mode:
Diffstat (limited to 'src/views')
-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>