Skip to content

Commit 946b8af

Browse files
committed
Bring back number of greenlets display in the dashboard
1 parent 44f8b69 commit 946b8af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mrq/dashboard/static/js/views/workers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ define(["jquery", "underscore", "views/generic/datatablepage", "models", "moment
165165
"mData":function(source, type/*, val*/) {
166166
var cnt = (source.jobs || []).length;
167167
if (type == "display") {
168-
return "<a href='/#jobs?worker="+source._id+"&status=started'>"+cnt+"</a> / "+source.config.gevent
168+
return "<a href='/#jobs?worker="+source._id+"&status=started'>"+cnt+"</a> / "+source.config.greenlets
169169
+ "<br/>"
170170
+ '<span class="inlinesparkline" values="'+self.addToCounter("worker.currentjobs."+source._id, cnt, 50).join(",")+'"></span>';
171171
} else {

0 commit comments

Comments
 (0)