mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
feature: new app: ups-nut (#4386)
* app: ups-nut * newline ... * removed code from another pr * added battery charge status * added battery charge status * be happy travis... * added UPS-nut to Applications
This commit is contained in:
@@ -88,6 +88,9 @@ function nicecase($item)
|
||||
case 'dhcp-stats':
|
||||
return 'DHCP Stats';
|
||||
|
||||
case 'ups-nut':
|
||||
return 'UPS nut';
|
||||
|
||||
default:
|
||||
return ucfirst($item);
|
||||
}
|
||||
|
Reference in New Issue
Block a user