show a warning when a device profile OU couuld not be found

This commit is contained in:
Gary Sharp
2023-11-24 12:58:12 +11:00
parent b576aec641
commit 974a07f3bb
5 changed files with 158 additions and 91 deletions
@@ -8,9 +8,11 @@ namespace Disco.Models.UI.Config.DeviceProfile
{
Repository.DeviceProfile DeviceProfile { get; set; }
OrganisationAddress DefaultOrganisationAddress { get; set; }
List<OrganisationAddress> OrganisationAddresses { get; set; }
string FriendlyOrganisationalUnitName { get; }
bool OrganisationalUnitExists { get; set; }
int DeviceCount { get; set; }
int DeviceDecommissionedCount { get; set; }