chore(tui): visual polish — detail sections, column headers, alert detail #37
@@ -41,10 +41,6 @@ func fmtMaintType(t string) string {
|
||||
return maintStyle.Render("maintenance")
|
||||
}
|
||||
|
||||
func fmtMaintMonitor(monitorID int, sites []models.Site) string {
|
||||
return fmtMaintMonitorW(monitorID, sites, 18)
|
||||
}
|
||||
|
||||
func fmtMaintMonitorW(monitorID int, sites []models.Site, maxW int) string {
|
||||
if monitorID == 0 {
|
||||
return "All"
|
||||
|
||||
Reference in New Issue
Block a user