chore: model item action list order

This commit is contained in:
jialin
2024-12-20 18:27:29 +08:00
parent b40bf76270
commit 4391705c9a
16 changed files with 236 additions and 97 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ const GPUCard: React.FC<{
</span>
{data?.memory?.used
? _.round(data?.memory?.utilization_rate || 0, 2)
: _.round(data.memory?.allocated / data.memory?.total, 2)}
: _.round(data.memory?.allocated / data.memory?.total, 2) * 100}
%
</span>
</>