summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaksim Zakharov <m.zakharov@IBS.RU>2022-08-16 14:50:28 +0300
committerMaksim Zakharov <m.zakharov@IBS.RU>2022-08-16 14:50:28 +0300
commit2d2009540083a337f4dee62760c5d0cc94f9fb7a (patch)
tree2b16bf9cbc7d3a43f79717d1d7ef07a0405e9ccc
parentff01827eca7c0cdc7c1b4242483b766035587ad6 (diff)
downloadwebui-vue-2d2009540083a337f4dee62760c5d0cc94f9fb7a.tar.xz
move pci devices to system
-rw-r--r--src/env/components/AppNavigation/sila.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/env/components/AppNavigation/sila.js b/src/env/components/AppNavigation/sila.js
index 401812a7..31538b98 100644
--- a/src/env/components/AppNavigation/sila.js
+++ b/src/env/components/AppNavigation/sila.js
@@ -31,6 +31,11 @@ const AppNavigationMixin = {
label: this.$t('appNavigation.dateTime'),
route: '/date-time',
},
+ {
+ id: 'pci-devices',
+ label: this.$t('appNavigation.pciDevices'),
+ route: '/pci-devices',
+ },
],
},
{
@@ -225,11 +230,6 @@ const AppNavigationMixin = {
},
],
},
- {
- id: 'pci-devices',
- label: this.$t('appNavigation.pciDevices'),
- route: '/pci-devices',
- },
],
};
},