Skip to content

Commit 7167864

Browse files
authored
Merge pull request #158 from PRO-Robotech/feature/dev
Events in factory | toolkit upgrade
2 parents a39bdd2 + 7850e2e commit 7167864

File tree

18 files changed

+5
-1037
lines changed

18 files changed

+5
-1037
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@ant-design/icons": "5.6.0",
2121
"@monaco-editor/react": "4.6.0",
2222
"@originjs/vite-plugin-federation": "1.3.6",
23-
"@prorobotech/openapi-k8s-toolkit": "0.0.1-alpha.151",
23+
"@prorobotech/openapi-k8s-toolkit": "0.0.1-alpha.153",
2424
"@readme/openapi-parser": "4.0.0",
2525
"@reduxjs/toolkit": "2.2.5",
2626
"@tanstack/react-query": "5.62.2",

src/App.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ import {
2727
FactoryPage,
2828
FactoryAdminPage,
2929
SearchPage,
30-
EventsPage,
3130
} from 'pages'
3231
import { getBasePrefix } from 'utils/getBaseprefix'
3332
import { colorsLight, colorsDark, sizes } from 'constants/colors'
@@ -125,7 +124,6 @@ export const App: FC<TAppProps> = ({ isFederation, forcedTheme }) => {
125124
element={<FactoryPage />}
126125
/>
127126
<Route path={`${prefix}/:clusterName/:namespace?/:syntheticProject?/search/*`} element={<SearchPage />} />
128-
<Route path={`${prefix}/:clusterName/:namespace?/:syntheticProject?/events/*`} element={<EventsPage />} />
129127
<Route path={`${prefix}/factory-admin/*`} element={<FactoryAdminPage />} />
130128
</Route>
131129
</Routes>

0 commit comments

Comments
 (0)