diff --git a/src/Views/Home/Groups.cshtml b/src/Views/Home/Groups.cshtml index b4f0025..274752b 100644 --- a/src/Views/Home/Groups.cshtml +++ b/src/Views/Home/Groups.cshtml @@ -286,7 +286,7 @@ const newRow = document.createElement('tr'); newRow.innerHTML = ` - ${jsonData.Cn} + ${jsonData.DisplayName} ${jsonData.Permissions.includes("CanInventorize") ? "✓" : "✗"} ${jsonData.Permissions.includes("CanManageUsers") ? "✓" : "✗"} ${jsonData.Permissions.includes("CanManageLocations") ? "✓" : "✗"}