Add report logos and configurable folder scan depth #2
Reference in New Issue
Block a user
Delete Branch "feat/report-logos-and-scan-depth"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Report branding (top-left MSP logo, top-right client logo)
MspLogotoAppSettings; client logo already onTenantProfileIUserSessionService.CurrentBrandingcomposes MSP + active profile logo intoReportBrandingLogoUploadcomponent (InputFile -> base64LogoData, 512KB cap)ReportBrandinginto all 6 HTML export pages (Storage, Permissions, Search, Duplicates, VersionCleanup, UserAccessAudit)EditProfiledroppingClientLogoon editStorage metrics
StorageScanOptions.FolderDepthrecursionLogos stored inline as base64 in JSON (no blob store). CSV exports unbranded by design.
?? Generated with Claude Code