right align kebab
This commit is contained in:
parent
83bd0e1070
commit
1bc377aac9
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ import {
|
||||||
KebabToggle,
|
KebabToggle,
|
||||||
ToolbarItem,
|
ToolbarItem,
|
||||||
} from "@patternfly/react-core";
|
} from "@patternfly/react-core";
|
||||||
|
import { cellWidth } from "@patternfly/react-table";
|
||||||
|
|
||||||
import type GroupRepresentation from "keycloak-admin/lib/defs/groupRepresentation";
|
import type GroupRepresentation from "keycloak-admin/lib/defs/groupRepresentation";
|
||||||
import { useAdminClient } from "../context/auth/AdminClient";
|
import { useAdminClient } from "../context/auth/AdminClient";
|
||||||
|
@ -168,6 +169,7 @@ export const GroupTable = () => {
|
||||||
name: "name",
|
name: "name",
|
||||||
displayKey: "groups:groupName",
|
displayKey: "groups:groupName",
|
||||||
cellRenderer: GroupNameCell,
|
cellRenderer: GroupNameCell,
|
||||||
|
transforms: [cellWidth(90)],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
emptyState={
|
emptyState={
|
||||||
|
|
Loading…
Reference in a new issue