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

Minor improvement to New Relic display

This commit is contained in:
Chris Cummer 2018-08-14 02:34:36 -07:00
parent c39c596389
commit 197a908f52

View File

@ -72,7 +72,7 @@ func (widget *Widget) contentFrom(deploys []nr.ApplicationDeployment) string {
" [green]%s[%s] %s %-.16s[white]\n",
deploy.Revision[0:revLen],
lineColor,
deploy.Timestamp.Format("Jan 02, 15:04 MST"),
deploy.Timestamp.Format("Jan 02 15:04 MST"),
wtf.NameFromEmail(deploy.User),
)