mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 13:25:26 +02:00
fix(access-control): fix dt column header typo [EE-7113] (#11853)
This commit is contained in:
parent
0b37b677c1
commit
6e14ac583b
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ import { helper } from './helper';
|
||||||
|
|
||||||
export const role = helper.accessor('Role.Name', {
|
export const role = helper.accessor('Role.Name', {
|
||||||
cell: RoleCell,
|
cell: RoleCell,
|
||||||
|
header: 'Role',
|
||||||
meta: {
|
meta: {
|
||||||
width: 320,
|
width: 320,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue