change queue grouping

This commit is contained in:
Sven Fuchs 2012-11-13 21:14:48 +01:00
parent 973bd38f66
commit 81c0549d1d

View File

@ -26,8 +26,7 @@ require 'ext/ember/namespace'
QUEUES: [
{ name: 'common', display: 'Common' }
{ name: 'php', display: 'PHP, Perl and Python' }
{ name: 'node_js', display: 'Node.js' }
{ name: 'jvmotp', display: 'JVM and Erlang' }
{ name: 'jvmotp', display: 'JVM, Erlang and Node.js' }
{ name: 'rails', display: 'Rails' }
{ name: 'spree', display: 'Spree' }
]