Skip to content

Tenant picker shown on cluster-scoped /admin pages #32

@lexfrei

Description

The subtitle tenant picker (Breadcrumb, rendered unconditionally at apps/console/src/App.tsx:49) appears on every route, including the cluster-scoped /admin/* Capacity pages (Cluster, Nodes, Storage). Selecting a tenant there has no effect — those views are cluster-wide — so the control is misleading.

Suggested fix: hide the picker when pathname.startsWith("/admin") (or render it only for tenant-scoped areas). The per-resource drill-down's tenant scoping is data-side and independent of this picker, so hiding it does not affect those pages.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/consoleIssues or PRs related to apps/console — routes, detail pages, marketplace, command palettearea/tenantsIssues or PRs related to tenant context, tenant-namespace scoping, multi-tenancykind/bugCategorizes issue or PR as related to a bugpriority/backlogGeneral backlog priority. Lower than priority/important-longterm

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions