summaryrefslogtreecommitdiff
path: root/src/env/router
diff options
context:
space:
mode:
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 dbf4369f..a5495638 100644
--- a/src/env/router/sila.js
+++ b/src/env/router/sila.js
@@ -34,6 +34,7 @@ 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 PowerStatic from '@/views/_sila/Power/Static';
import i18n from '@/i18n';
const routes = [
@@ -197,6 +198,14 @@ const routes = [
},
},
{
+ path: 'power/static',
+ name: 'power-static',
+ component: PowerStatic,
+ meta: {
+ title: i18n.t('appPageTitle.powerSup'),
+ },
+ },
+ {
path: '/security-and-access/sessions',
name: 'sessions',
component: Sessions,