From 0366b16388b869c93d745a0f0b52b4945e8e882a Mon Sep 17 00:00:00 2001 From: Nelson Kopliku Date: Mon, 10 Jul 2023 15:48:13 +0200 Subject: [PATCH] Wire up the new HostSettings page in the app router --- assets/js/trento.jsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/js/trento.jsx b/assets/js/trento.jsx index e08aaec7f0..8fb7285b70 100644 --- a/assets/js/trento.jsx +++ b/assets/js/trento.jsx @@ -30,6 +30,7 @@ import { me } from '@lib/auth'; import { networkClient } from '@lib/network'; import Guard from '@components/Guard'; import CheckResultDetailPage from '@components/ExecutionResults/CheckResultDetail'; +import HostSettingsPage from '@components/HostDetails/HostSettingsPage'; import DatabaseDetails from './components/DatabaseDetails'; import SapSystemDetails from './components/SapSystemDetails/SapSystemDetails'; import { store } from './state'; @@ -59,6 +60,10 @@ function App() { }> } /> } /> + } + /> } /> } /> } />