mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
feature: Added random entropy support for applications (#8555)
This commit is contained in:
committed by
Neil Lathwood
parent
09d6b2fd54
commit
65b8270936
@ -60,6 +60,9 @@ function nicecase($item)
|
||||
case 'dbm':
|
||||
return 'dBm';
|
||||
|
||||
case 'entropy':
|
||||
return 'Random entropy';
|
||||
|
||||
case 'mysql':
|
||||
return ' MySQL';
|
||||
|
||||
|
Reference in New Issue
Block a user