Comparing version 0.0.0 to 0.0.1
@@ -51,5 +51,3 @@ Ember.TEMPLATES["application"]=Ember.Handlebars.template(function anonymous(Handlebars,depth0,helpers,partials,data) { | ||
data.buffer.push("\n <a href='#' "); | ||
data.buffer.push(escapeExpression(helpers.action.call(depth0, "toggleDetailsExpand", {hash:{ | ||
'target': ("view") | ||
},hashTypes:{'target': "STRING"},hashContexts:{'target': depth0},contexts:[depth0],types:["STRING"],data:data}))); | ||
data.buffer.push(escapeExpression(helpers.action.call(depth0, "toggleDetailsExpand", {hash:{},hashTypes:{},hashContexts:{},contexts:[depth0],types:["STRING"],data:data}))); | ||
data.buffer.push(" class='details-link'>Details</a>\n </h3>\n\n "); | ||
@@ -60,3 +58,3 @@ stack1 = helpers['if'].call(depth0, "nextRunAtFromNow", {hash:{},hashTypes:{},hashContexts:{},inverse:self.noop,fn:self.program(1, program1, data),contexts:[depth0],types:["ID"],data:data}); | ||
data.buffer.push(escapeExpression(helpers['bind-attr'].call(depth0, {hash:{ | ||
'class': (":job-details view.detailsExpanded:is-expanded") | ||
'class': (":job-details detailsExpanded:is-expanded") | ||
},hashTypes:{'class': "STRING"},hashContexts:{'class': depth0},contexts:[],types:[],data:data}))); | ||
@@ -88,8 +86,6 @@ data.buffer.push(">\n <div class='details'>\n <div>\n <label>_id</label> "); | ||
data.buffer.push("\n </div>\n </div>\n\n </div>\n\n <div "); | ||
data.buffer.push(escapeExpression(helpers.action.call(depth0, "toggleDataExpand", {hash:{ | ||
'target': ("view") | ||
},hashTypes:{'target': "STRING"},hashContexts:{'target': depth0},contexts:[depth0],types:["STRING"],data:data}))); | ||
data.buffer.push(escapeExpression(helpers.action.call(depth0, "toggleDataExpand", {hash:{},hashTypes:{},hashContexts:{},contexts:[depth0],types:["STRING"],data:data}))); | ||
data.buffer.push(" "); | ||
data.buffer.push(escapeExpression(helpers['bind-attr'].call(depth0, {hash:{ | ||
'class': (":job-data-preview view.dataExpanded:is-expanded") | ||
'class': (":job-data-preview dataExpanded:is-expanded") | ||
},hashTypes:{'class': "STRING"},hashContexts:{'class': depth0},contexts:[],types:[],data:data}))); | ||
@@ -96,0 +92,0 @@ data.buffer.push(">"); |
@@ -7,3 +7,5 @@ var express = require('express'); | ||
router.get('/', function (req, res) { | ||
agenda.jobs({}, function(err, jobs) { | ||
var find = { nextRunAt: { $gte: new Date() } }; | ||
agenda.jobs(find, function(err, jobs) { | ||
res.json(jobs); | ||
@@ -10,0 +12,0 @@ }); |
{ | ||
"name": "agenda-ui", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "UI for Agenda", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
1185974
9
1
45
4557