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 && (
|
{selectedScopes.length > 0 && (
|
||||||
<TableComposable>
|
<TableComposable variant="compact">
|
||||||
<Thead>
|
<Thead>
|
||||||
<Tr>
|
<Tr>
|
||||||
<Th>{t("clientScope")}</Th>
|
<Th>{t("clientScope")}</Th>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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"
|
||||||
>
|
>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue