Skip to content

Conversation

@MariaAga
Copy link
Member

@MariaAga MariaAga commented Feb 5, 2026

Visually nothing should change, unless the toolbarButtons are PF3 and there are more than 1 of them, which from what I saw is only the tasks table.
tasks table buttons will get 0 space with this PR, but it will be fixed in a follow up PR in foreman-tasks

PageLayout is used in tasks table, audits list, Filters Form,
RegistrationCommands, UpgradePage and other plugins

Copy link
Contributor

@Lukshio Lukshio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, overall, it looks great. I didn't find any issues. I think we should set the searchBar width to 100% by default and use the toolbarItem widths to set the limitation.

Copy link
Contributor

@Lukshio Lukshio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Css file can be replaced by adding alignSelf prop to ToolbarItem

)}
</ToolbarItem>
{isLoading && (
<ToolbarItem id="toolbar-spinner">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<ToolbarItem id="toolbar-spinner">
<ToolbarItem id="toolbar-spinner" alignSelf="center">

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants