Skip to content

Commit

Permalink
storage: Hide breadcrumbs on Overview
Browse files Browse the repository at this point in the history
  • Loading branch information
mvollmer committed Jan 10, 2024
1 parent 92ab4f8 commit 6c2b981
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pkg/storaged/pages.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -814,12 +814,14 @@ export const StoragePage = ({ location, plot_state }) => {

return (
<Page id="storage">
{ parent_crumbs.length > 0 &&
<PageBreadcrumb stickyOnBreakpoint={{ default: "top" }}>
<Breadcrumb>
{ parent_crumbs }
<BreadcrumbItem isActive>{page_display_name(page)}</BreadcrumbItem>
</Breadcrumb>
</PageBreadcrumb>
}
<PageSection isFilled={false}>
<Stack hasGutter>
<MultipathAlert client={client} />
Expand Down

0 comments on commit 6c2b981

Please sign in to comment.