File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,12 @@ export function CacheData(props: DataProps): JSX.Element {
3939 sx = { { flex : 1 , marginBottom : 2 , overflow : "scroll" } }
4040 elevation = { 0 }
4141 >
42- < Typography whiteSpace = "pre" overflow = "scroll" height = "100%" >
42+ < Typography
43+ whiteSpace = "pre"
44+ overflow = "scroll"
45+ height = "100%"
46+ sx = { { fontFamily : "monospace" } }
47+ >
4348 { JSON . stringify ( props . data , undefined , 4 ) }
4449 </ Typography >
4550 </ Paper >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import type { CacheSidebarProps } from "../../components/rdns/cache_sidebar";
1111import type { List } from "../../api/responses/common" ;
1212import type { ServerSelectOption } from "../../components/common" ;
1313
14- import { PageContainer , PageHeader } from "@toolpad/core/PageContainer" ;
14+ import { PageContainer } from "@toolpad/core/PageContainer" ;
1515import { useNotifications } from "@toolpad/core/useNotifications" ;
1616import React from "react" ;
1717import Stack from "@mui/material/Stack" ;
You can’t perform that action at this time.
0 commit comments