1
0
mirror of https://github.com/taigrr/wtf synced 2026-03-29 12:15:16 -07:00

Support for multiple Github repos

This commit is contained in:
Chris Cummer
2018-04-19 00:23:34 -07:00
parent e90b62e2e5
commit 66f11e8b8b
5 changed files with 170 additions and 112 deletions

View File

@@ -68,7 +68,7 @@ func (widget *Widget) contentFrom(deploys []nr.ApplicationDeployment) string {
if (deploy.Revision != "") && wtf.Exclude(revisions, deploy.Revision) {
lineColor := "white"
if wtf.IsToday(deploy.Timestamp) {
lineColor = "cornflowerblue"
lineColor = "lightblue"
}
str = str + fmt.Sprintf(