@using EntKube.Web.Data
@using EntKube.Web.Services
@using Microsoft.EntityFrameworkCore
@inject TenantService TenantService
@inject CustomerAccessService CustomerAccessService
@* ===========================================================================
Three-level drill-down: Customers ▸ Apps ▸ App Detail
The user sees ONE level at a time — no nested panel clutter.
=========================================================================== *@
@if (selectedApp is not null)
{
@* ───────────── Level 3: App Detail ───────────── *@
No apps yet. Create one above.
No users have portal access to this customer yet.
} else { @foreach (CustomerAccess access in customerAccesses) {End-clients or accounts served by this tenant. Click a customer to manage their apps.
No customers yet. Create one above to get started.