diff --git a/internal/tui/tab_sites.go b/internal/tui/tab_sites.go index 04c2dbe..f9e5bd2 100644 --- a/internal/tui/tab_sites.go +++ b/internal/tui/tab_sites.go @@ -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)