fix: reduce hostname_short max length to 14

Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-29 14:39:53 -03:00
parent 8900f9b93e
commit 8af59d0b3f

View File

@@ -236,7 +236,7 @@ impl Settings {
name: "meta:hostname_short".to_string(),
label: "Host".to_string(),
align: ColumnAlignment::Left,
max_len: Some("28".to_string()),
max_len: Some("14".to_string()),
},
ColumnConfig {
name: "meta:command".to_string(),