From 5e8e6b590b06f01a542fdd10bae8f14d303ab08a Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Mon, 25 Apr 2022 02:56:05 +0000 Subject: [PATCH] fix: column heading mem > memory --- src/app_data/container_state.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app_data/container_state.rs b/src/app_data/container_state.rs index d0c9503..0c0243c 100644 --- a/src/app_data/container_state.rs +++ b/src/app_data/container_state.rs @@ -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), }