give protocol a bit more width (#503)
* give protocol a bit more width * change to uppercase
This commit is contained in:
parent
4d52871fc2
commit
e75deb3305
1 changed files with 4 additions and 2 deletions
|
@ -19,7 +19,7 @@ import { ViewHeader } from "../components/view-header/ViewHeader";
|
|||
import { useAlerts } from "../components/alert/Alerts";
|
||||
import { KeycloakDataTable } from "../components/table-toolbar/KeycloakDataTable";
|
||||
import { useConfirmDialog } from "../components/confirm-dialog/ConfirmDialog";
|
||||
import { emptyFormatter } from "../util";
|
||||
import { boolFormatter, emptyFormatter } from "../util";
|
||||
import {
|
||||
CellDropdown,
|
||||
ClientScope,
|
||||
|
@ -268,12 +268,14 @@ export const ClientScopesSection = () => {
|
|||
{
|
||||
name: "protocol",
|
||||
displayKey: "client-scopes:protocol",
|
||||
cellFormatters: [boolFormatter()],
|
||||
transforms: [cellWidth(15)],
|
||||
},
|
||||
{
|
||||
name: "attributes['gui.order']",
|
||||
displayKey: "client-scopes:displayOrder",
|
||||
cellFormatters: [emptyFormatter()],
|
||||
transforms: [cellWidth(20)],
|
||||
transforms: [cellWidth(15)],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue