mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: forgot about the nicecase
This commit is contained in:
@@ -70,6 +70,9 @@ function nicecase($item) {
|
|||||||
case 'nfs-v3-stats':
|
case 'nfs-v3-stats':
|
||||||
return 'NFS v3 Stats';
|
return 'NFS v3 Stats';
|
||||||
|
|
||||||
|
case 'os-updates':
|
||||||
|
return 'OS Updates';
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return ucfirst($item);
|
return ucfirst($item);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user