summaryrefslogtreecommitdiff
path: root/src/env/router
diff options
context:
space:
mode:
authorVitalii Lysak <v.lysak@dunice.net>2022-07-22 12:16:07 +0300
committerVitalii Lysak <v.lysak@dunice.net>2022-07-22 12:16:07 +0300
commit381cc079a34a56d3b6f1bd78e52086d94814df80 (patch)
treed82851fe97dd7459b5cfdc52380681b7e3f0d9ca /src/env/router
parent7cba13534cda94a1efdbad2ff8dbe68de1fbeaa3 (diff)
downloadwebui-vue-381cc079a34a56d3b6f1bd78e52086d94814df80.tar.xz
add motherboard6 fix others
Diffstat (limited to 'src/env/router')
-rw-r--r--src/env/router/sila.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/env/router/sila.js b/src/env/router/sila.js
index 4a5d5b71..dbf4369f 100644
--- a/src/env/router/sila.js
+++ b/src/env/router/sila.js
@@ -33,6 +33,7 @@ import FansStatic from '@/views/_sila/Fans/Static';
import ProcessorsDynamic from '@/views/_sila/Processors/Dynamic';
import MemoryDynamic from '@/views/_sila/Memory/Dynamic';
import FansDynamic from '@/views/_sila/Fans/Dynamic';
+import MotherboardDynamic from '@/views/_sila/Motherboard/Dynamic';
import i18n from '@/i18n';
const routes = [
@@ -188,6 +189,14 @@ const routes = [
},
},
{
+ path: 'motherboard/dynamic',
+ name: 'motherboard-dynamic',
+ component: MotherboardDynamic,
+ meta: {
+ title: i18n.t('appPageTitle.motherboard'),
+ },
+ },
+ {
path: '/security-and-access/sessions',
name: 'sessions',
component: Sessions,