added the nfs stats to nice naming

This commit is contained in:
crcro
2016-07-07 11:17:24 +00:00
parent 263d33f107
commit 4f7eda6336

View File

@ -64,6 +64,9 @@ function nicecase($item) {
case 'bind':
return 'BIND';
case 'nfs-stats':
return 'NFS Stats';
default:
return ucfirst($item);
}