chore(tui): visual polish — detail sections, column headers, alert detail #37
@@ -418,7 +418,10 @@ func (m Model) viewSitesTab() string {
|
||||
|
||||
layout := m.computeLayout()
|
||||
nameW := layout.nameW
|
||||
sparkWidth := layout.sparkW
|
||||
sparkWidth := layout.sparkW - 2
|
||||
if sparkWidth < 8 {
|
||||
sparkWidth = 8
|
||||
}
|
||||
|
||||
var groupRows map[int]bool
|
||||
return m.renderTable(
|
||||
|
||||
Reference in New Issue
Block a user