feat: AD Sync und Internal Spalten zur Gruppe (Complete) Tabelle hinzugefügt
This commit is contained in:
parent
90f55b35ee
commit
f38c351cc8
@ -42,6 +42,14 @@ export const env = {
|
|||||||
{
|
{
|
||||||
header: "Kommentar",
|
header: "Kommentar",
|
||||||
field: "comment"
|
field: "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
header: "AD Sync",
|
||||||
|
field: (group: any) => group.adSync ? "✓" : ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
header: "Internal",
|
||||||
|
field: (group: any) => group.internal ? "✓" : ""
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
representative: [
|
representative: [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user