mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 14:44:18 +00:00
other: remove the percentage sign for CPU usage in CPU widget (#1243)
This commit is contained in:
parent
7240661aab
commit
beef65a460
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ impl ColumnHeader for CpuWidgetColumn {
|
|||
fn text(&self) -> Cow<'static, str> {
|
||||
match self {
|
||||
CpuWidgetColumn::CPU => "CPU".into(),
|
||||
CpuWidgetColumn::Use => "Use%".into(),
|
||||
CpuWidgetColumn::Use => "Use".into(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue