chore(tui): visual polish — detail sections, column headers, alert detail #37
@@ -355,8 +355,8 @@ func (m Model) computeLayout() tableLayout {
|
||||
} else {
|
||||
// # NAME TYPE STATUS LAT UP% HISTORY SSL RT
|
||||
headers = []string{"#", "NAME", "TYPE", "STATUS", "LAT", "UP%", "HISTORY", "SSL", "RT"}
|
||||
widths = []int{4, 0, 8, 8, 7, 7, 0, 5, 5}
|
||||
fixed = 4 + 8 + 8 + 7 + 7 + 5 + 5
|
||||
widths = []int{4, 0, 8, 8, 7, 8, 0, 5, 5}
|
||||
fixed = 4 + 8 + 8 + 7 + 8 + 5 + 5
|
||||
}
|
||||
|
||||
numCols := len(headers)
|
||||
|
||||
Reference in New Issue
Block a user