Fine-tuning in policy details page (#2969)
This commit is contained in:
parent
8023b861b0
commit
c73c3ee8a0
5 changed files with 5 additions and 4 deletions
|
@ -114,7 +114,7 @@ export const ClientScope = () => {
|
|||
)}
|
||||
/>
|
||||
{selectedScopes.length > 0 && (
|
||||
<TableComposable>
|
||||
<TableComposable variant="compact">
|
||||
<Thead>
|
||||
<Tr>
|
||||
<Th>{t("clientScope")}</Th>
|
||||
|
|
|
@ -135,7 +135,7 @@ export const Group = () => {
|
|||
)}
|
||||
/>
|
||||
{selectedGroups.length > 0 && (
|
||||
<TableComposable>
|
||||
<TableComposable variant="compact">
|
||||
<Thead>
|
||||
<Tr>
|
||||
<Th>{t("groups")}</Th>
|
||||
|
|
|
@ -203,6 +203,7 @@ export default function PolicyDetails() {
|
|||
<div className="pf-u-mt-md">
|
||||
<Button
|
||||
variant={ButtonVariant.primary}
|
||||
className="pf-u-mr-md"
|
||||
type="submit"
|
||||
data-testid="save"
|
||||
>
|
||||
|
|
|
@ -113,7 +113,7 @@ export const Role = () => {
|
|||
)}
|
||||
/>
|
||||
{selectedRoles.length > 0 && (
|
||||
<TableComposable>
|
||||
<TableComposable variant="compact">
|
||||
<Thead>
|
||||
<Tr>
|
||||
<Th>{t("roles")}</Th>
|
||||
|
|
Loading…
Reference in a new issue