mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
RefreshedAt moved to the end of the refresh (because that makes more sense, doesn't it?)
This commit is contained in:
committed by
Chris Cummer
parent
d44933aba4
commit
84ecf296a5
@@ -43,7 +43,6 @@ func (widget *Widget) Refresh() {
|
||||
}
|
||||
|
||||
widget.View.SetTitle(fmt.Sprintf(" New Relic: [green]%s[white] ", appName))
|
||||
widget.RefreshedAt = time.Now()
|
||||
|
||||
widget.View.Clear()
|
||||
|
||||
@@ -54,6 +53,8 @@ func (widget *Widget) Refresh() {
|
||||
widget.View.SetWrap(false)
|
||||
fmt.Fprintf(widget.View, "%s", widget.contentFrom(deploys))
|
||||
}
|
||||
|
||||
widget.RefreshedAt = time.Now()
|
||||
}
|
||||
|
||||
/* -------------------- Unexported Functions -------------------- */
|
||||
|
||||
Reference in New Issue
Block a user