Skip to content

Commit

Permalink
NCL-8715 Fix missing alignRight for group config and project pages
Browse files Browse the repository at this point in the history
  • Loading branch information
DnsZhou committed Aug 28, 2024
1 parent 820d012 commit 718064d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export const GroupConfigDetailPage = ({
<Text component={TextVariants.h2}>Build Configs</Text>
</TextContent>
</ToolbarItem>
<ToolbarItem>
<ToolbarItem alignRight>
<ProtectedComponent>
<ActionButton link="build-configs/edit">Edit list</ActionButton>
</ProtectedComponent>
Expand Down
2 changes: 1 addition & 1 deletion src/components/ProjectDetailPage/ProjectDetailPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const ProjectDetailPage = ({ componentId = 'c1' }: IProjectDetailPageProp
<Text component={TextVariants.h2}>Build Configs</Text>
</TextContent>
</ToolbarItem>
<ToolbarItem>
<ToolbarItem alignRight>
<ProtectedComponent>
<ActionButton link="build-configs/create">Create Build Config</ActionButton>
</ProtectedComponent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Object {
</div>
</div>
<div
class=""
class="pf-m-align-right"
>
<div
title="Keycloak service is not available."
Expand Down Expand Up @@ -509,7 +509,7 @@ Object {
</div>
</div>
<div
class=""
class="pf-m-align-right"
>
<div
title="Keycloak service is not available."
Expand Down

0 comments on commit 718064d

Please sign in to comment.