Fine-tuning in policy details page (#2969)

This commit is contained in:
Dominik Kawka 2022-07-25 12:09:47 +01:00 committed by GitHub
parent 8023b861b0
commit c73c3ee8a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 4 deletions

View file

@ -114,7 +114,7 @@ export const ClientScope = () => {
)} )}
/> />
{selectedScopes.length > 0 && ( {selectedScopes.length > 0 && (
<TableComposable> <TableComposable variant="compact">
<Thead> <Thead>
<Tr> <Tr>
<Th>{t("clientScope")}</Th> <Th>{t("clientScope")}</Th>

View file

@ -135,7 +135,7 @@ export const Group = () => {
)} )}
/> />
{selectedGroups.length > 0 && ( {selectedGroups.length > 0 && (
<TableComposable> <TableComposable variant="compact">
<Thead> <Thead>
<Tr> <Tr>
<Th>{t("groups")}</Th> <Th>{t("groups")}</Th>

View file

@ -203,6 +203,7 @@ export default function PolicyDetails() {
<div className="pf-u-mt-md"> <div className="pf-u-mt-md">
<Button <Button
variant={ButtonVariant.primary} variant={ButtonVariant.primary}
className="pf-u-mr-md"
type="submit" type="submit"
data-testid="save" data-testid="save"
> >

View file

@ -113,7 +113,7 @@ export const Role = () => {
)} )}
/> />
{selectedRoles.length > 0 && ( {selectedRoles.length > 0 && (
<TableComposable> <TableComposable variant="compact">
<Thead> <Thead>
<Tr> <Tr>
<Th>{t("roles")}</Th> <Th>{t("roles")}</Th>