mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-31 01:24:31 +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> {
|
fn text(&self) -> Cow<'static, str> {
|
||||||
match self {
|
match self {
|
||||||
CpuWidgetColumn::CPU => "CPU".into(),
|
CpuWidgetColumn::CPU => "CPU".into(),
|
||||||
CpuWidgetColumn::Use => "Use%".into(),
|
CpuWidgetColumn::Use => "Use".into(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user