From b48f10ff093fc631761d25200b671803410564a5 Mon Sep 17 00:00:00 2001 From: Maksim Zakharov Date: Fri, 19 Aug 2022 12:23:37 +0300 Subject: remove PCI devices to Inventory --- src/env/components/AppNavigation/sila.js | 5 ----- src/env/router/sila.js | 9 --------- 2 files changed, 14 deletions(-) (limited to 'src/env') diff --git a/src/env/components/AppNavigation/sila.js b/src/env/components/AppNavigation/sila.js index 31538b98..50aaf996 100644 --- a/src/env/components/AppNavigation/sila.js +++ b/src/env/components/AppNavigation/sila.js @@ -31,11 +31,6 @@ const AppNavigationMixin = { label: this.$t('appNavigation.dateTime'), route: '/date-time', }, - { - id: 'pci-devices', - label: this.$t('appNavigation.pciDevices'), - route: '/pci-devices', - }, ], }, { diff --git a/src/env/router/sila.js b/src/env/router/sila.js index 539f3c16..e7c4b19c 100644 --- a/src/env/router/sila.js +++ b/src/env/router/sila.js @@ -36,7 +36,6 @@ import FansDynamic from '@/views/_sila/Fans/Dynamic'; import MotherboardDynamic from '@/views/_sila/Motherboard/Dynamic'; import PowerStatic from '@/views/_sila/Power/Static'; import PowerDynamic from '@/views/_sila/Power/Dynamic'; -import PciDevices from '@/views/_sila/PciDevices'; import i18n from '@/i18n'; @@ -336,14 +335,6 @@ const routes = [ title: i18n.t('appPageTitle.virtualMedia'), }, }, - { - path: '/pci-devices', - name: 'pci-devices', - component: PciDevices, - meta: { - title: i18n.t('appPageTitle.pciDevices'), - }, - }, { path: '*', name: 'page-not-found', -- cgit v1.2.3