mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
wtf.Position into its own file
This commit is contained in:
committed by
Chris Cummer
parent
b216005385
commit
01aab4cc53
@@ -59,7 +59,10 @@ func (widget *Widget) addView() {
|
||||
}
|
||||
|
||||
func (widget *Widget) contentFrom(deploys []nr.ApplicationDeployment) string {
|
||||
str := " [red]Latest Deploys[white]\n"
|
||||
str := fmt.Sprintf(
|
||||
" %s\n",
|
||||
"[red]Latest Deploys[white]",
|
||||
)
|
||||
|
||||
revisions := []string{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user