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

Colourize the log file output

This commit is contained in:
Chris Cummer
2018-06-16 14:18:13 -07:00
parent 09a4139922
commit 8278d6f54b
2 changed files with 31 additions and 11 deletions

View File

@@ -64,7 +64,7 @@ func (widget *Widget) contentFrom(deploys []nr.ApplicationDeployment) string {
lineColor = "lightblue"
}
var revLen = 8
revLen := 8
if revLen > len(deploy.Revision) {
revLen = len(deploy.Revision)
}