chore(tui): visual polish — detail sections, column headers, alert detail #37
@@ -412,7 +412,7 @@ func (m Model) computeLayout() tableLayout {
|
||||
for i, c := range cols {
|
||||
if i == 1 {
|
||||
headers[i] = "NAME"
|
||||
widths[i] = 0
|
||||
widths[i] = nameW
|
||||
continue
|
||||
}
|
||||
if i == 6 {
|
||||
|
||||
Reference in New Issue
Block a user