fix: forgot about the nicecase

This commit is contained in:
crcro
2016-08-02 18:50:19 +03:00
parent 7dfc4db15a
commit a6e72dbbe6

View File

@@ -70,6 +70,9 @@ function nicecase($item) {
case 'nfs-v3-stats':
return 'NFS v3 Stats';
case 'os-updates':
return 'OS Updates';
default:
return ucfirst($item);
}