d3a3d4e96e7ea159badb1b75041aac08461ee143
Two changes that together restore the per-row Edit / Delete menu for non-admin users: - ``templateActions`` drops the blanket ``access: 'canSeeAdmin'`` gate on every menu item. With the gate on, non-admin callers got an empty filtered menu, so clicking the "..." did nothing. - The management page passes ``mine=true`` to the list API. The endpoint now drops Global rows for non-admin callers (rows they can't edit anyway), so the dropdown shows up only on rows the caller may manage. The GPU-instance create picker reuses the same API without ``mine``, keeping Global presets visible there.
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%