Submit
Path:
~
/
/
usr
/
share
/
grafana
/
public
/
app
/
core
/
components
/
PageNotFound
/
File Content:
PageNotFound.tsx
import React from 'react'; import { PageLayoutType } from '@grafana/data'; import { Page } from '../Page/Page'; import { EntityNotFound } from './EntityNotFound'; export function PageNotFound() { return ( <Page navId="home" layout={PageLayoutType.Canvas} pageNav={{ text: 'Page not found' }}> <EntityNotFound entity="Page" /> </Page> ); }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
EntityNotFound.tsx
1586 bytes
0644
PageNotFound.tsx
361 bytes
0644
N4ST4R_ID | Naxtarrr