Skip to content

Commit 19daa1e

Browse files
authored
更新 FastFetch.js
1 parent 2df85a7 commit 19daa1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model/State/FastFetch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export async function getDiskIo() {
8282
return data.result.map(i => {
8383
i.rIO_sec = i.bytesRead
8484
i.wIO_sec = i.bytesWritten
85-
i.name = `diskIO(${i.name.trim()})`
85+
i.name = i.name.trim()
8686
return i
8787
})
8888
} catch (error) {

0 commit comments

Comments
 (0)