mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-24 11:48:04 +00:00
Fix/chart-link-cluster-mode (#474)
This commit is contained in:
@@ -55,7 +55,7 @@ export default function App() {
|
||||
<Routes>
|
||||
<Route path="docs/" element={<DocsPage />} />
|
||||
<Route path="*" element={<PageLayout />}>
|
||||
<Route path=":context/*" element={<SyncContext />}>
|
||||
<Route path=":context?/*" element={<SyncContext />}>
|
||||
<Route path="installed/?" element={<Installed />} />
|
||||
<Route
|
||||
path=":namespace/:chart/installed/revision/:revision"
|
||||
|
||||
Reference in New Issue
Block a user