right align kebab

This commit is contained in:
Erik Jan de Wit 2021-06-30 08:24:57 +02:00
parent 83bd0e1070
commit 1bc377aac9

View file

@ -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={