fix(tui): bump compact UPTIME column 7→8 to fit 100.0% with cell padding
This commit is contained in:
@@ -355,8 +355,8 @@ func (m Model) computeLayout() tableLayout {
|
|||||||
} else {
|
} else {
|
||||||
// # NAME TYPE STATUS LAT UP% HISTORY SSL RT
|
// # NAME TYPE STATUS LAT UP% HISTORY SSL RT
|
||||||
headers = []string{"#", "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}
|
widths = []int{4, 0, 8, 8, 7, 8, 0, 5, 5}
|
||||||
fixed = 4 + 8 + 8 + 7 + 7 + 5 + 5
|
fixed = 4 + 8 + 8 + 7 + 8 + 5 + 5
|
||||||
}
|
}
|
||||||
|
|
||||||
numCols := len(headers)
|
numCols := len(headers)
|
||||||
|
|||||||
Reference in New Issue
Block a user