chore: display allocated vram on instance

This commit is contained in:
jialin
2026-01-12 14:52:59 +08:00
parent fc76822bdf
commit 42943a33fe
5 changed files with 58 additions and 41 deletions
@@ -39,6 +39,7 @@ export const useClusterSystemLoad = () => {
},
{
manual: true,
cacheKey: 'cluster-system-load',
onSuccess: (response) => {
setSystemLoad({
current: response.system_load?.current,