Skip to content

Commit

Permalink
Cache Updates
Browse files Browse the repository at this point in the history
- Remove merge error
- Remove Data Exports
  • Loading branch information
CannonLock committed Apr 9, 2024
1 parent 3dffcab commit c248c24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
8 changes: 0 additions & 8 deletions web_ui/frontend/app/cache/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@ export default function RootLayout({
return (
<Box display={"flex"} flexDirection={"row"}>
<Sidebar>
<Link href={"/"}>
<Image
src={PelicanLogo}
alt={"Pelican Logo"}
width={36}
height={36}
/>
</Link>
<Box pt={1}>
<Tooltip title={"Config"} placement={"right"}>
<Link href={"/config/"}>
Expand Down
10 changes: 2 additions & 8 deletions web_ui/frontend/app/cache/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,11 @@ export default function Home() {
return (
<Box width={"100%"}>
<Grid container spacing={2}>
<Grid item xs={12} lg={4}>
<Grid item xs={12} lg={6}>
<Typography variant="h4" mb={2}>Status</Typography>
<StatusBox/>
</Grid>
<Grid item xs={12} lg={4}>
<Typography variant={"h4"} component={"h2"} mb={2}>Data Exports</Typography>
<Box sx={{borderRadius: 2, overflow: "hidden"}}>
<DataExportTable/>
</Box>
</Grid>
<Grid item xs={12} lg={4}>
<Grid item xs={12} lg={6}>
<FederationOverview/>
</Grid>
<Grid item xs={12} lg={6}>
Expand Down

0 comments on commit c248c24

Please sign in to comment.