V2 Wizard: Add Blueprints title to sidebar (HMS-2781)
Added Blueprints title to align with mocks.
This commit is contained in:
parent
1607fda162
commit
0d6f3ca8d2
1 changed files with 11 additions and 2 deletions
|
|
@ -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 />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue