Commit 72a98ab
committed
resolves #4641 (FR-1680)
This PR removes the Import & Run page and its corresponding menu item from the WebUI. The changes include:
1. Removing the `ImportAndRunPage.tsx` component
2. Removing the `import` menu key from the `MenuKeys` type
3. Removing the Import & Run menu item from the sidebar
4. Removing the `BAIExampleStartIcon` import that was only used for this page
5. Adding a redirect to the start page when the current page is 'start'
**Checklist:** (if applicable)
- [ ] Documentation
- [ ] Minium required manager version
- [ ] Specific setting for review (eg., KB link, endpoint or how to setup)
- [ ] Minimum requirements to check during review
- [ ] Test case(s) to demonstrate the difference of before/after
1 parent 1b47b77 commit 72a98ab
File tree
3 files changed
+7
-65
lines changed- react/src
- components/MainLayout
- pages
- src/components
3 files changed
+7
-65
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
| |||
93 | 92 | | |
94 | 93 | | |
95 | 94 | | |
96 | | - | |
97 | 95 | | |
98 | 96 | | |
99 | 97 | | |
| |||
208 | 206 | | |
209 | 207 | | |
210 | 208 | | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | 209 | | |
218 | 210 | | |
219 | 211 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
655 | 655 | | |
656 | 656 | | |
657 | 657 | | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
658 | 665 | | |
659 | 666 | | |
660 | 667 | | |
| |||
0 commit comments