mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
feature: Added sdfsinfo application support (#6494)
* initial version * various fixes, docs updated * various style fixes * added missing copyright * docs correction * docs correction * new split char for bash script * docs correction * scrutinizer issue * newline meh * doc changes
This commit is contained in:
@ -115,6 +115,9 @@ function nicecase($item)
|
||||
case 'opengridscheduler':
|
||||
return 'Open Grid Scheduler';
|
||||
|
||||
case 'sdfsinfo':
|
||||
return 'SDFS info';
|
||||
|
||||
default:
|
||||
return ucfirst($item);
|
||||
}
|
||||
|
Reference in New Issue
Block a user