1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-06-30 20:23:59 +00:00

Fix overview & notifications URLs

This commit is contained in:
Aleksandr Gumroian 2020-07-30 11:40:11 +02:00
parent f9cfb248d3
commit cbf37dd747
No known key found for this signature in database
GPG Key ID: 9E77849C64F0A733

View File

@ -21,7 +21,8 @@ export const ForisURLs = {
},
// Notifications links are used with <Link/> inside Router, thus url subdir is not required.
notifications: "/notifications",
overview: "/overview",
notifications: "/overview#notifications",
notificationsSettings: "/administration/notifications-settings",
luci: "/cgi-bin/luci",