1
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 14s
Docker Build & Deploy / Deploy to Production (push) Successful in 4s

This commit is contained in:
孙诚
2025-03-07 14:20:09 +08:00
parent bc92b6eaf5
commit 97c4c1a1ba

View File

@@ -40,7 +40,7 @@ public class DiskMonitorRegistry : Registry, IDiskMonitorRegistry
if (line.Contains("/host/wd/"))
{
sb.AppendLine($"{cols[5]}, {cols[1]}, {cols[4]}");
sb.AppendLine($"{cols[5].Substring("/host".Length)}, {cols[1]}, {cols[4].TrimEnd('%')}, {cols[2]}");
}
}