phpsysinfo / phpsysinfo

phpSysInfo: a customizable PHP script that displays information about your system nicely
http://phpsysinfo.github.io/phpsysinfo
GNU General Public License v2.0
1.38k stars 234 forks source link

A small wish - line "total" #288

Closed schabau closed 3 years ago

schabau commented 3 years ago

Hello,

the new "IGNORE_USAGE", "IGNORE_TOTAL", and "IGNORE_FREE" options work fine. I don't need the options, but they work. ;-) But I could use an option. That you can hide the line "Total".

Screenshot_phpSysInfo

This line also makes little to no sense in my opinion. I would hide them if I could.

Best regards Detlef Paschke

namiltd commented 3 years ago

The IGNORE_TOTAL and IGNORE_FREE options are helpful for filesystems where some space is shared, such as ZFS or APFS. The IGNORE_USAGE option is useful, for example, when we have some disk mounted in several places.

Try HIDE_TOTALS option: https://github.com/phpsysinfo/phpsysinfo/commit/0be1cf2f248011b0110c9a474bfc741f85a04075

schabau commented 3 years ago

Try HIDE_TOTALS option: 0be1cf2

Hello, works fine, thank you very much. best regards

Screenshot_phpSysInfo