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:
parent
07ec85f526
commit
358dd70889
1 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ import {
|
|||
Spinner,
|
||||
Bullseye,
|
||||
Badge,
|
||||
Title,
|
||||
} from '@patternfly/react-core';
|
||||
import {
|
||||
ActionsColumn,
|
||||
|
|
@ -179,6 +180,9 @@ const ImagesTable = ({
|
|||
isOpen={showDeleteModal}
|
||||
/>
|
||||
<Toolbar>
|
||||
<ToolbarContent>
|
||||
<Title headingLevel="h1">All image types</Title>
|
||||
</ToolbarContent>
|
||||
<ToolbarContent>
|
||||
{!experimentalFlag && (
|
||||
<ToolbarItem>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue