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,
|
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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue