1d70446cc488110ae8c8d2302a108d9d5bcc74ea
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.
GPUStack UI
UI for GPUStack.
Installation
- Nodejs 16.0+(with NPM)
If you're on Mac
brew install node
npm install -g pnpm
- Setup
git clone https://github.com/gpustack/gpustack-ui/
- Install dependencies
cd gpustack-ui
pnpm install
Usage
- Run development server (at http://localhost:9000)
npm run dev
- build release
npm run build
Bugs & Issues
- Please submit bugs and issues with a label
ui
Links
- Official website: https://gpustack.ai/
- Documents: https://docs.gpustack.ai/latest/overview/
Languages
TypeScript
68.9%
JavaScript
29.4%
Less
1.4%
CSS
0.3%