rewrite ups-apcups

This commit is contained in:
crcro
2016-09-24 23:49:35 +03:00
parent 690b66ecc8
commit 7f8f302686
9 changed files with 271 additions and 0 deletions

View File

@@ -91,6 +91,9 @@ function nicecase($item)
case 'ups-nut':
return 'UPS nut';
case 'ups-apcups':
return 'UPS apcups';
default:
return ucfirst($item);
}