We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d2721 commit 20b7065Copy full SHA for 20b7065
src/pages/monitoring/index.tsx
@@ -2,7 +2,7 @@ import { useEffect } from 'react';
2
3
export const Monitoring = () => {
4
useEffect(() => {
5
- window.location.replace('/dashboard');
+ window.location.replace('/grafana');
6
}, []);
7
8
return <></>;
0 commit comments