Skip to content

Commit

Permalink
merged development
Browse files Browse the repository at this point in the history
  • Loading branch information
mariana-furyk committed Dec 5, 2024
2 parents 3690497 + 4217d98 commit 51be06f
Show file tree
Hide file tree
Showing 150 changed files with 3,620 additions and 11,867 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"final-form-arrays": "^3.1.0",
"fs-extra": "^10.0.0",
"identity-obj-proxy": "^3.0.0",
"iguazio.dashboard-react-controls": "2.2.6",
"iguazio.dashboard-react-controls": "2.2.8",
"is-wsl": "^1.1.0",
"js-base64": "^2.5.2",
"js-yaml": "^4.1.0",
Expand Down
7 changes: 1 addition & 6 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ import { createPortal } from 'react-dom'
import Notifications from './common/Notifications/Notifications'

const Page = lazyRetry(() => import('./layout/Page/Page'))
const CreateJobPage = lazyRetry(() => import('./components/CreateJobPage/CreateJobPage'))
const Datasets = lazyRetry(() => import('./components/Datasets/Datasets'))
const FeatureStore = lazyRetry(() => import('./components/FeatureStore/FeatureStore'))
const Files = lazyRetry(() => import('./components/Files/Files'))
Expand Down Expand Up @@ -103,7 +102,7 @@ const FeatureVectors = lazyRetry(
const ProjectsJobsMonitoring = lazyRetry(
() => import('./components/ProjectsJobsMonitoring/ProjectsJobsMonitoring')
)
const ProjectsAlerts = lazyRetry(() => import('./components/ProjectsAlerts/ProjectsAlerts'))
const ProjectsAlerts = lazyRetry(() => import('./components/Alerts/Alerts'))
const JobsMonitoring = lazyRetry(
() => import('./components/ProjectsJobsMonitoring/JobsMonitoring/JobsMonitoring')
)
Expand Down Expand Up @@ -179,10 +178,6 @@ const App = () => {
path="projects/:projectName/jobs"
element={<Navigate to={`${MONITOR_JOBS_TAB}`} replace />}
/>
<Route
path="projects/:projectName/jobs/:pageTab/create-new-job"
element={<CreateJobPage />}
/>
<Route path="projects/:projectName/jobs/*" element={<Jobs />}>
{[
`${MONITOR_JOBS_TAB}/:jobName/:jobId/:tab`,
Expand Down
Loading

0 comments on commit 51be06f

Please sign in to comment.