Skip to content

Commit

Permalink
minor panel update
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddlet2666 committed May 14, 2024
1 parent e1c88d2 commit 98c5e9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 90 deletions.
89 changes: 0 additions & 89 deletions .github/workflows/stress.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion pkg/cmd/monitor_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -1158,7 +1158,7 @@ func drawContent(screen tcell.Screen, dataFetcher fetcher.Fetcher, panel panelIm
trimmedText = fmt.Sprintf("%v%s", string(tcell.RuneHLine), "(trimmed)")
}

drawBox(screen, x, y, x+w-1, y+h, tcell.StyleDefault, fmt.Sprintf("%s [%v]%s", parseTitle(title), string(code), trimmedText))
drawBox(screen, x, y, x+w-1, y+h, tcell.StyleDefault, fmt.Sprintf("%s[%v]%s", parseTitle(title), string(code), trimmedText))

for line := 1; line <= rows; line++ {
drawText(screen, x+1, y+line, x+w-1, y+h-1, tcell.StyleDefault, content[line-1])
Expand Down

0 comments on commit 98c5e9b

Please sign in to comment.