Skip to content

Commit 3ce0e6f

Browse files
committed
add padding to cpu
1 parent 0a26be2 commit 3ce0e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/model/uimodel.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ func (u *UIModel) writeClusterSummary(resources []v1.ResourceName, stats Stats,
231231
clusterPrice = ""
232232
}
233233
if firstLine {
234-
enPrinter.Fprintf(w, "%d nodes\t(%s/%s)\t%s\t%s\t%s\t%s\n",
234+
enPrinter.Fprintf(w, "%d nodes\t(%10s/%s)\t%s\t%s\t%s\t%s\n",
235235
stats.NumNodes, used.String(), allocatable.String(), pctUsedStr, res, u.progress.ViewAs(pctUsed/100.0), clusterPrice)
236236
} else {
237237
enPrinter.Fprintf(w, " \t%s/%s\t%s\t%s\t%s\t\n",

0 commit comments

Comments
 (0)