feature: Added opengridscheduler job tracker application (#6419)

* opengridscheduler job tracker

* wrong copy of file

* applied laf's review. Thx laf!

* now including the modified files; thx laf for the review!

* Update Applications.md
This commit is contained in:
Svennd
2017-04-24 15:19:36 +02:00
committed by Neil Lathwood
parent 43914fbc7f
commit b2e6d8abef
6 changed files with 166 additions and 0 deletions

View File

@ -112,6 +112,9 @@ function nicecase($item)
case 'php-fpm':
return 'PHP-FPM';
case 'opengridscheduler':
return 'Open Grid Scheduler';
default:
return ucfirst($item);
}