Skip to content

Commit 4412e94

Browse files
committed
webui: remove diagnostics route dependency
1 parent 3c2211b commit 4412e94

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

webui/src/bundles/routes.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import AnalyticsPage from '../settings/AnalyticsPage.js'
88
import WelcomePage from '../welcome/LoadableWelcomePage.js'
99
import BlankPage from '../blank/BlankPage.js'
1010
import ExplorePageRenderer from '../explore/explore-page-renderer.jsx'
11-
import DiagnosticsPage from '../diagnostics/loadable-diagnostics-page'
1211
import SchemasPage from '../schemas/LoadableSchemasPage.js'
1312
import PluginsPage from '../plugins/LoadablePluginsPage.js'
1413

@@ -26,7 +25,6 @@ export default createRouteBundle({
2625
'/settings*': SettingsPage,
2726
'/welcome': WelcomePage,
2827
'/blank': BlankPage,
29-
'/diagnostics*': DiagnosticsPage,
3028
'/status*': StatusPage,
3129
'/': StatusPage,
3230
'': StatusPage

webui/src/files/file-not-found/index.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ const FileNotFound = ({ path, error }: FileNotFoundProps) => {
3636
Try <a className='link blue' href='#/explore'>inspecting the path</a> (or its parent) in DAG Explorer to debug the issue.
3737
</Trans>
3838
</li>
39-
<li className='mb2'>
40-
<Trans i18nKey='previewNotFound.helpListItemRetrieval' t={t}>
41-
If you have a CID you believe should work, <a className='link blue' href='#/diagnostics/retrieval-check'>run Retrieval Diagnostics</a>.
42-
</Trans>
43-
</li>
4439
<li className='mb2'>
4540
<Trans i18nKey='previewNotFound.helpListItemForums' t={t}>
4641
Visit the <a className='link blue' href='https://discuss.ipfs.tech' target='_blank' rel='noopener noreferrer'>Discussion Forums</a> to ask for help.

0 commit comments

Comments
 (0)