Files
gpustack-ui/config
gitlawrandjialin 1d70446cc4 fix(routes): let Org owners see Storage Types menu
The route was gated on ``canSeeAdmin`` so only platform admins ever
saw Storage Types in the sidebar. But the backend route
(``gpu_instance_persistent_volume_types``) is tenant-scoped — Org
owners can create / list their own — so hiding the menu from them
left an admin-defined feature reachable only by URL.

Relax to ``canSeeOrgAdmin`` to match. OSS keeps the platform-admin-only
behaviour (predicate defaults to ``isPlatformAdmin``); the enterprise
access extension widens it to the current-org owner.
2026-05-27 16:57:49 +08:00
..
2026-05-12 14:31:52 +08:00
2025-02-17 13:49:55 +08:00
2026-05-12 14:31:52 +08:00
2026-02-06 14:27:05 +08:00
2026-05-08 09:33:16 +08:00
2024-07-12 12:13:00 +08:00