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

Add DNS to Security

This commit is contained in:
Chris Cummer
2018-04-09 10:19:12 -07:00
committed by Chris Cummer
parent aa658db210
commit cc4b5714f0
5 changed files with 25 additions and 5 deletions

View File

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