From ff8c5cd23feb42dc90424e44af6275efb12c600d Mon Sep 17 00:00:00 2001 From: Yoshie Muranaka Date: Thu, 12 Nov 2020 12:56:38 -0800 Subject: Add SNMP settings route to app navigation Adding a router "to" value so the SNMP settings navigation item can be redirected to the 404 page instead of refreshing the app. Signed-off-by: Yoshie Muranaka Change-Id: I6e87e2bf6d3682fa0f380a852a555b389132f86f --- src/components/AppNavigation/AppNavigationMixin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/AppNavigation') diff --git a/src/components/AppNavigation/AppNavigationMixin.js b/src/components/AppNavigation/AppNavigationMixin.js index cf34b914..f0691a57 100644 --- a/src/components/AppNavigation/AppNavigationMixin.js +++ b/src/components/AppNavigation/AppNavigationMixin.js @@ -110,7 +110,7 @@ const AppNavigationMixin = { { id: 'snmp-settings', label: this.$t('appNavigation.snmpSettings'), - route: '', + route: '/snmp-settings', }, ], }, -- cgit v1.2.3