From 7cba13534cda94a1efdbad2ff8dbe68de1fbeaa3 Mon Sep 17 00:00:00 2001 From: Vitalii Lysak Date: Thu, 21 Jul 2022 20:56:53 +0300 Subject: add charts for fans and processors --- src/env/components/AppNavigation/sila.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/env/components') diff --git a/src/env/components/AppNavigation/sila.js b/src/env/components/AppNavigation/sila.js index e3a8a380..4f47342e 100644 --- a/src/env/components/AppNavigation/sila.js +++ b/src/env/components/AppNavigation/sila.js @@ -69,6 +69,11 @@ const AppNavigationMixin = { label: this.$t('appNavigation.staticInfo'), route: '/fans/static', }, + { + id: 'fans/dynamic', + label: this.$t('appNavigation.dynamicInformation'), + route: '/fans/dynamic', + }, ], }, { @@ -117,6 +122,17 @@ const AppNavigationMixin = { }, ], }, + { + id: 'memory', + label: this.$t('appNavigation.memory'), + children: [ + { + id: 'memory/dynamic', + label: this.$t('appNavigation.dynamicInformation'), + route: '/memory/dynamic', + }, + ], + }, { id: 'processors', label: this.$t('appNavigation.processors'), -- cgit v1.2.3