mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Use {T:Capacity} for header so html output looks tidy
Submitted by: phil Approved by: sjg
This commit is contained in:
parent
a443511817
commit
dfde8e4b54
1 changed files with 1 additions and 1 deletions
|
|
@ -490,7 +490,7 @@ prtstat(struct statfs *sfsp, struct maxwidths *mwp)
|
|||
xo_emit("{T:/%-*s}", mwp->mntfrom, "Filesystem");
|
||||
if (Tflag)
|
||||
xo_emit(" {T:/%-*s}", mwp->fstype, "Type");
|
||||
xo_emit(" {T:/%*s} {T:/%*s} {T:/%*s} Capacity",
|
||||
xo_emit(" {T:/%*s} {T:/%*s} {T:/%*s} {T:Capacity}",
|
||||
mwp->total, header,
|
||||
mwp->used, "Used", mwp->avail, "Avail");
|
||||
if (iflag) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue