Blueprints table: Add title

Adds title to blueprints table. Later we will need to extract this into
a new component that changes the value depending on whether a blueprint
is selected or not (if blueprint is selected, it will need to show
blueprint name).
This commit is contained in:
lucasgarfield 2024-03-06 11:38:57 +01:00 committed by Lucas Garfield
parent 07ec85f526
commit 358dd70889

View file

@ -11,6 +11,7 @@ import {
Spinner, Spinner,
Bullseye, Bullseye,
Badge, Badge,
Title,
} from '@patternfly/react-core'; } from '@patternfly/react-core';
import { import {
ActionsColumn, ActionsColumn,
@ -179,6 +180,9 @@ const ImagesTable = ({
isOpen={showDeleteModal} isOpen={showDeleteModal}
/> />
<Toolbar> <Toolbar>
<ToolbarContent>
<Title headingLevel="h1">All image types</Title>
</ToolbarContent>
<ToolbarContent> <ToolbarContent>
{!experimentalFlag && ( {!experimentalFlag && (
<ToolbarItem> <ToolbarItem>