mirror of
https://github.com/taigrr/wtf
synced 2026-03-29 12:15:16 -07:00
Clean up the NewRelic module's API credentials loading
This commit is contained in:
@@ -31,7 +31,7 @@ func (widget *Widget) Refresh() {
|
||||
}
|
||||
|
||||
widget.UpdateRefreshedAt()
|
||||
widget.View.SetTitle(fmt.Sprintf("%s- [green]%s[white]", widget.Name, appName))
|
||||
widget.View.SetTitle(widget.ContextualTitle(fmt.Sprintf("%s - [green]%s[white]", widget.Name, appName)))
|
||||
widget.View.Clear()
|
||||
|
||||
var content string
|
||||
|
||||
Reference in New Issue
Block a user