From 2d2009540083a337f4dee62760c5d0cc94f9fb7a Mon Sep 17 00:00:00 2001 From: Maksim Zakharov Date: Tue, 16 Aug 2022 14:50:28 +0300 Subject: move pci devices to system --- src/env/components/AppNavigation/sila.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/env') 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', - }, ], }; }, -- cgit v1.2.3