1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Display OpsGenie oncall data for one specific schedule

This commit is contained in:
Chris Cummer
2018-04-02 21:41:46 -07:00
committed by Chris Cummer
parent 62502c24d0
commit 945dfc8db7
6 changed files with 71 additions and 38 deletions

View File

@@ -58,7 +58,7 @@ func (widget *Widget) contentFrom(items []Item) string {
return fmt.Sprintf("\n\n\n\n\n\n\n%s", wtf.CenterText("[grey]no one[white]", 52))
}
str := ""
str := "\n"
for _, item := range items {
str = str + widget.format(item)
}