Update index.html

This commit is contained in:
Tara Rostami 2023-12-18 19:55:04 +03:30 committed by GitHub
parent 3ee9780b5c
commit f68696c9b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -132,7 +132,7 @@
<a-col :sm="24" :md="12"> <a-col :sm="24" :md="12">
<a-card hoverable> <a-card hoverable>
{{ i18n "usage"}}: {{ i18n "usage"}}:
Memory [[ sizeFormat(status.appStats.mem) ]] - RAM [[ sizeFormat(status.appStats.mem) ]] -
Threads [[ status.appStats.threads ]] Threads [[ status.appStats.threads ]]
</a-tooltip> </a-tooltip>
</a-card> </a-card>
@ -190,7 +190,7 @@
<a-row> <a-row>
<a-col :span="12"> <a-col :span="12">
<a-icon type="arrow-up"></a-icon> <a-icon type="arrow-up"></a-icon>
[[ sizeFormat(status.netIO.up) ]]/S [[ sizeFormat(status.netIO.up) ]]/s
<a-tooltip> <a-tooltip>
<template slot="title"> <template slot="title">
{{ i18n "pages.index.upSpeed" }} {{ i18n "pages.index.upSpeed" }}
@ -200,7 +200,7 @@
</a-col> </a-col>
<a-col :span="12"> <a-col :span="12">
<a-icon type="arrow-down"></a-icon> <a-icon type="arrow-down"></a-icon>
[[ sizeFormat(status.netIO.down) ]]/S [[ sizeFormat(status.netIO.down) ]]/s
<a-tooltip> <a-tooltip>
<template slot="title"> <template slot="title">
{{ i18n "pages.index.downSpeed" }} {{ i18n "pages.index.downSpeed" }}
@ -650,4 +650,4 @@
</script> </script>
</body> </body>
</html> </html>