summaryrefslogtreecommitdiff
path: root/src/env/router/sila.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/env/router/sila.js')
-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,