chore(tui): visual polish — detail sections, column headers, alert detail #37
@@ -349,14 +349,14 @@ func (m Model) computeLayout() tableLayout {
|
||||
}
|
||||
|
||||
cols := []colDef{
|
||||
{"#", "#", 4, 6},
|
||||
{"#", "#", 4, 4},
|
||||
{"", "", 0, 0}, // NAME (dynamic)
|
||||
{"TYPE", "TYPE", 8, 10},
|
||||
{"STATUS", "STATUS", 8, 10},
|
||||
{"LAT", "LATENCY", 7, 10},
|
||||
{"UP%", "UPTIME", 8, 8},
|
||||
{"", "", 0, 0}, // HISTORY (dynamic)
|
||||
{"SSL", "SSL", 5, 7},
|
||||
{"SSL", "SSL", 5, 5},
|
||||
{"RT", "RETRIES", 5, 9},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user