Skip to content

Commit

Permalink
add padding to cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
tzneal committed Dec 1, 2024
1 parent 0a26be2 commit 3ce0e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/model/uimodel.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ func (u *UIModel) writeClusterSummary(resources []v1.ResourceName, stats Stats,
clusterPrice = ""
}
if firstLine {
enPrinter.Fprintf(w, "%d nodes\t(%s/%s)\t%s\t%s\t%s\t%s\n",
enPrinter.Fprintf(w, "%d nodes\t(%10s/%s)\t%s\t%s\t%s\t%s\n",
stats.NumNodes, used.String(), allocatable.String(), pctUsedStr, res, u.progress.ViewAs(pctUsed/100.0), clusterPrice)
} else {
enPrinter.Fprintf(w, " \t%s/%s\t%s\t%s\t%s\t\n",
Expand Down

0 comments on commit 3ce0e6f

Please sign in to comment.