mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
added the nfs stats to nice naming
This commit is contained in:
@@ -64,6 +64,9 @@ function nicecase($item) {
|
|||||||
case 'bind':
|
case 'bind':
|
||||||
return 'BIND';
|
return 'BIND';
|
||||||
|
|
||||||
|
case 'nfs-stats':
|
||||||
|
return 'NFS Stats';
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return ucfirst($item);
|
return ucfirst($item);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user