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
@@ -34,6 +34,7 @@ namespace Disco.Web.Areas.Config.Models.DeviceProfile
}
}
}
public bool OrganisationalUnitExists { get; set; }
public List<PluginFeatureManifest> CertificateProviders { get; set; }
public List<PluginFeatureManifest> CertificateAuthorityProviders { get; set; }