mirror of
https://github.com/BioArchLinux/bioarchlinux-packages.git
synced 2025-03-10 06:24:00 +00:00
fix(html): remove the useless word in memory field
This commit is contained in:
parent
9a45b1bc96
commit
8b64b9f7d7
2 changed files with 2 additions and 1 deletions
|
@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
### Fixed
|
||||
|
||||
- Remove the quote tag from more href
|
||||
- Remove the word `率` in memory field
|
||||
|
||||
## [0.2.1] - 2022-01-23
|
||||
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
},
|
||||
{
|
||||
targets: 6,
|
||||
title: "内存使用率(GiB)",
|
||||
title: "内存使用(GiB)",
|
||||
data: "memory"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue