From cbf37dd747c8de3e0113c6ec6fa7b493e5e019c8 Mon Sep 17 00:00:00 2001 From: Aleksandr Gumroian Date: Thu, 30 Jul 2020 11:40:11 +0200 Subject: [PATCH] Fix overview & notifications URLs --- src/utils/forisUrls.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/utils/forisUrls.js b/src/utils/forisUrls.js index 38926ac..cd0f38b 100644 --- a/src/utils/forisUrls.js +++ b/src/utils/forisUrls.js @@ -21,7 +21,8 @@ export const ForisURLs = { }, // Notifications links are used with inside Router, thus url subdir is not required. - notifications: "/notifications", + overview: "/overview", + notifications: "/overview#notifications", notificationsSettings: "/administration/notifications-settings", luci: "/cgi-bin/luci",