fix(app): run probe resources at two stages

This commit is contained in:
jialin
2026-06-24 11:26:40 +08:00
committed by jialin
parent 1c9cabf7e7
commit 3052c0b23e
4 changed files with 190 additions and 87 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ const Usage: React.FC = () => {
if (!item.access) return true;
return (access as Record<string, boolean>)[item.access];
});
}, [intl, access]);
}, [intl, access.canSeeGpuService]);
return (
<Tabs