mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
rewrite ups-apcups
This commit is contained in:
@@ -91,6 +91,9 @@ function nicecase($item)
|
||||
case 'ups-nut':
|
||||
return 'UPS nut';
|
||||
|
||||
case 'ups-apcups':
|
||||
return 'UPS apcups';
|
||||
|
||||
default:
|
||||
return ucfirst($item);
|
||||
}
|
||||
|
Reference in New Issue
Block a user