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