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:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user