Skip to content

Commit

Permalink
fix: column heading mem > memory
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Apr 25, 2022
1 parent bb29c0e commit 5e8e6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app_data/container_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ impl Columns {
name: (String::from("name"), 4),
state: (String::from("state"), 11),
status: (String::from("status"), 16),
mem: (String::from("mem/limit"), 9),
mem: (String::from("memory/limit"), 12),
net_rx: (String::from("↓ rx"), 5),
net_tx: (String::from("↑ tx"), 5),
}
Expand Down

0 comments on commit 5e8e6b5

Please sign in to comment.