mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-04-08 17:05:59 +02:00
other: remove the percentage sign for CPU usage in CPU widget (#1243)
This commit is contained in:
parent
7240661aab
commit
beef65a460
@ -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…
x
Reference in New Issue
Block a user