diff --git a/src/translation/en.json b/src/translation/en.json index d96071d7f..37df18f5d 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -1465,7 +1465,9 @@ "6h": "6 hours" }, "memoryTitle": "Memory (RAM + Swap) in MB", - "diskTitle": "Disk Usage" + "diskTitle": "Disk Usage", + "diskIOTotal": "total: read {{ read }} / write {{ write }}", + "networkIOTotal": "total: inbound {{ inbound }} / outbound {{ outbound }}" }, "email": { "from": { diff --git a/src/views/app.html b/src/views/app.html index f52768ede..7f6ec87c9 100644 --- a/src/views/app.html +++ b/src/views/app.html @@ -1067,9 +1067,9 @@ - + - +