V2 Wizard: Add Blueprints title to sidebar (HMS-2781)

Added Blueprints title to align with mocks.
This commit is contained in:
lucasgarfield 2024-04-23 11:53:23 +02:00 committed by Klara Simickova
parent 1607fda162
commit 0d6f3ca8d2

View file

@ -13,6 +13,9 @@ import {
Sidebar,
SidebarContent,
SidebarPanel,
Title,
Toolbar,
ToolbarContent,
} from '@patternfly/react-core';
import { ExternalLinkAltIcon, HelpIcon } from '@patternfly/react-icons';
import { useFlag } from '@unleash/proxy-client-react';
@ -75,11 +78,17 @@ export const LandingPage = () => {
<Sidebar hasBorder className="pf-v5-u-background-color-100">
<SidebarPanel
variant="sticky"
hasPadding
width={{ default: 'width_25' }}
className="sidebar-panel"
>
<BlueprintsSidebar />
<Toolbar>
<ToolbarContent>
<Title headingLevel="h1">{'Blueprints'}</Title>
</ToolbarContent>
</Toolbar>
<SidebarContent hasPadding>
<BlueprintsSidebar />
</SidebarContent>
</SidebarPanel>
<SidebarContent>
<ImagesTable />