fix: colum width minimums
This commit is contained in:
@@ -665,14 +665,14 @@ impl Columns {
|
|||||||
pub const fn new() -> Self {
|
pub const fn new() -> Self {
|
||||||
Self {
|
Self {
|
||||||
name: (Header::Name, 4),
|
name: (Header::Name, 4),
|
||||||
state: (Header::State, 11),
|
state: (Header::State, 5),
|
||||||
status: (Header::Status, 16),
|
status: (Header::Status, 6),
|
||||||
cpu: (Header::Cpu, 7),
|
cpu: (Header::Cpu, 3),
|
||||||
mem: (Header::Memory, 7, 7),
|
mem: (Header::Memory, 7, 7),
|
||||||
id: (Header::Id, 8),
|
id: (Header::Id, 8),
|
||||||
image: (Header::Image, 5),
|
image: (Header::Image, 5),
|
||||||
net_rx: (Header::Rx, 7),
|
net_rx: (Header::Rx, 4),
|
||||||
net_tx: (Header::Tx, 7),
|
net_tx: (Header::Tx, 4),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user