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 {
|
for i, c := range cols {
|
||||||
if i == 1 {
|
if i == 1 {
|
||||||
headers[i] = "NAME"
|
headers[i] = "NAME"
|
||||||
widths[i] = 0
|
widths[i] = nameW
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if i == 6 {
|
if i == 6 {
|
||||||
|
|||||||
Reference in New Issue
Block a user