mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
webui: Replace Ntp with NTP in Apps menu (#5791)
This commit is contained in:
@ -73,6 +73,9 @@ function nicecase($item)
|
||||
case 'nfs-v3-stats':
|
||||
return 'NFS v3 Stats';
|
||||
|
||||
case 'ntp':
|
||||
return 'NTP';
|
||||
|
||||
case 'ntp-client':
|
||||
return 'NTP Client';
|
||||
|
||||
|
Reference in New Issue
Block a user