feat: AD Sync und Internal Spalten zur Gruppe (Complete) Tabelle hinzugefügt

This commit is contained in:
Developer 02 2024-07-25 12:35:08 +02:00
parent 90f55b35ee
commit f38c351cc8

View File

@ -42,6 +42,14 @@ export const env = {
{
header: "Kommentar",
field: "comment"
},
{
header: "AD Sync",
field: (group: any) => group.adSync ? "✓" : ""
},
{
header: "Internal",
field: (group: any) => group.internal ? "✓" : ""
}
],
representative: [