From 5f65762c67aacc9a621983fcb06107b982792c3f Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Thu, 23 Feb 2023 11:48:06 -0800 Subject: Separate connections from edit --- modern/src/Navigation.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modern/src/Navigation.js') diff --git a/modern/src/Navigation.js b/modern/src/Navigation.js index f5b21dd9..c2aaa69f 100644 --- a/modern/src/Navigation.js +++ b/modern/src/Navigation.js @@ -49,6 +49,9 @@ import App from './App'; import ChangeServerPage from './other/ChangeServerPage'; import DevicesPage from './settings/DevicesPage'; import ScheduledPage from './reports/ScheduledPage'; +import DeviceConnectionsPage from './settings/DeviceConnectionsPage'; +import GroupConnectionsPage from './settings/GroupConnectionsPage'; +import UserConnectionsPage from './settings/UserConnectionsPage'; const Navigation = () => { const navigate = useNavigate(); @@ -115,6 +118,7 @@ const Navigation = () => { } /> } /> } /> + } /> } /> } /> } /> @@ -123,6 +127,7 @@ const Navigation = () => { } /> } /> } /> + } /> } /> } /> } /> @@ -134,6 +139,7 @@ const Navigation = () => { } /> } /> } /> + } /> } /> } /> -- cgit v1.2.3