jialin and jialin
e76e2ad85a
fix(worker): IP cell text wrapping
2026-06-18 11:50:19 +08:00
jialin and jialin
cb19cd2476
fix: show cpu only spec info
2026-06-17 20:11:06 +08:00
jialin and jialin
c532732ce9
fix: show CPU Only in usage instanc types
2026-06-17 18:29:58 +08:00
jialin and jialin
2bc10dbb2e
fix: bailian logo, instance logs params container_name
2026-06-17 16:49:25 +08:00
jialin and jialin
b634a03ef9
fix: use alibaba cloud icon for qwen provider
2026-06-17 15:30:43 +08:00
jialin and jialin
ac64bb98ad
fix: Only display name editable when editing storage and storage type
2026-06-17 12:35:24 +08:00
jialin and jialin
aa49539210
fix: select gpu stype when creating cluster from gpu service
2026-06-17 12:35:24 +08:00
jialin and jialin
1f5678f781
fix: update nividia notes
2026-06-17 12:35:24 +08:00
jialin and jialin
7adc089e94
fix: save the default_width, default_height in image size options
2026-06-17 12:35:24 +08:00
jialin and jialin
6e1e9c07ee
fix: template name readonly in editting
2026-06-17 11:06:39 +08:00
jialin and jialin
1d55382f3b
fix: fetch all model instance after stopping
2026-06-17 11:06:39 +08:00
jialin and jialin
e68bb0bc4e
fix: export data should contain all tables
2026-06-16 22:28:46 +08:00
jialin and jialin
c8e14dade5
fix: remove vendor logo in template list
2026-06-16 22:28:46 +08:00
jialin and jialin
e4c1a3f5c2
refactor: usage instance tab, split tables
2026-06-16 22:28:46 +08:00
jialin and jialin
cdd6ef9cb3
refactor: use hook for fetch event
2026-06-16 22:28:46 +08:00
jialin and jialin
737d43fd16
refactor: use hook for fetch chart
2026-06-16 22:28:46 +08:00
jialin and jialin
9f5163531c
refactor: usage storage tab, split tables
2026-06-16 22:28:46 +08:00
jialin and jialin
df5cf0f4e5
chore: nvidia notes in add worker
2026-06-16 18:35:19 +08:00
jialin and jialin
e160b64697
fix: do not show billing menu in ent
2026-06-16 18:35:19 +08:00
jialin and jialin
7d36c6ac4a
revert: show model name from api directly in apikeys
2026-06-16 15:25:46 +08:00
jialin and jialin
0820edf55f
fix: refresh data in card page list
2026-06-16 15:25:46 +08:00
jialin and jialin
12e324893f
fix: gpu instance state color
2026-06-16 14:17:43 +08:00
jialin and jialin
4017c4dd33
style: table hover bg, remove description in billing
2026-06-16 14:17:43 +08:00
jialin and jialin
17b65d80e1
fix(style): API info access url overflow
2026-06-16 14:17:43 +08:00
jialin and jialin
47cb3321ab
fix(style): forgot password layout
2026-06-16 14:17:43 +08:00
jialin and jialin
547b9f617b
fix(style): forget button in login page
2026-06-15 15:48:41 +08:00
jialin and jialin
9e7bd78693
fix: allowed models do not contain the org name
2026-06-15 14:45:27 +08:00
jialin and jialin
c53d60b628
fix: remove the depude code in buildTrend
2026-06-14 19:40:19 +08:00
jialin and jialin
9566e0cdb2
fix: queryParams do not be updated timely
2026-06-14 19:21:36 +08:00
jialin and jialin
ed3e779d22
fix: do not trigger setInitialized in catch when error occured
2026-06-14 19:14:18 +08:00
jialin and jialin
3e2133753d
fix: barchart, piechart flash issue
2026-06-14 19:14:18 +08:00
jialin and jialin
736a853192
chore: add cancel token
2026-06-14 19:14:18 +08:00
jialin and jialin
08ef2ffa9a
refactor(usagesummary): fetch data
2026-06-14 19:14:18 +08:00
jialin and jialin
6cf512cccd
refactor(usage): split tabs into separate dirs
2026-06-14 19:14:18 +08:00
jialin and jialin
6f56e614f3
chore: instance creationg UE
2026-06-14 19:14:18 +08:00
jialin and jialin
8c06862705
style: login placeholder
v2.2.0rc3
2026-06-12 22:20:31 +08:00
jialin and jialin
48159171c2
fix: keep uniform for instance type render content
2026-06-12 22:20:31 +08:00
jialin and jialin
d5d0749b72
chore(deps): update ui 1.0.27
2026-06-12 21:16:07 +08:00
jialin and jialin
dc4dd81e11
refactor(login): layout style
2026-06-12 21:16:07 +08:00
jialin and jialin
c736e2186d
revert: display the max count cpu instance type
2026-06-12 20:49:47 +08:00
gitlawr
7a76bda484
feat: distinguish same-name GPU service resources across users
...
Resource names are unique per owning principal, so different users
can legally create same-name GPU instances, templates, SSH public
keys, storage volumes and storage types — but the admin's
cross-tenant lists and the instance-create template picker rendered
them indistinguishably.
- Group the template picker by owning scope: Your Templates, Global
Templates, then — admin cross-tenant view only — one group per
owner. A single group renders flat without headers. A plugin can
take over grouping via hooks.useTemplateOwnerGroups when its
principal model scopes templates beyond USER owners; a plugin
without the hook keeps the flat list.
- Add an admin-only Creator column to the Instances, SSH Public
Keys, Storage and Storage Types tables, sitting right before
Created (mirroring the API Keys page convention). Resolves
creator_id to a username via the user directory, falling back to
owner_principal_id for legacy rows — a personal-scope row's
creator IS its owner.
- Tag template cards with their owner scope (Global / username) for
admins.
The Creator column and the card tag defer to a plugin that registers
the page's list columns / the OwnerScopeTag slot. Requires the
gpustack server change that records creator_id on templates, SSH
public keys and storage types.
2026-06-12 20:22:56 +08:00
yxf and jialin
778ea36a9d
refactor(parameter): rename parameter_format to Flag Format and update related logic
2026-06-12 17:12:10 +08:00
jialin and jialin
04e1e1e566
chore: remove remember me
2026-06-12 16:02:22 +08:00
jialin and jialin
01f66085ab
fix: only keep the max count cpu instance type
2026-06-12 16:02:22 +08:00
jialin and jialin
ddf723525a
fix: instance types switch between gpu and cpu
2026-06-12 12:10:14 +08:00
Yuxing Deng
7b18a92388
fix: register k8s cluster should selected nvidia vendor by default
2026-06-11 23:55:40 +08:00
jialin and jialin
b985dcee63
chore(deps): update ui 1.0.26
2026-06-11 20:31:36 +08:00
jialin and jialin
77e92432ed
fix: changed notice always display
2026-06-11 20:02:27 +08:00
jialin and jialin
a7b33a928b
fix: anti double submit in form
2026-06-11 20:02:27 +08:00
jialin and jialin
1218c6d096
fix: prevent duplicate submit and unlock on validation failure in deploy/update modals
2026-06-11 20:02:27 +08:00