Commit 0c5d1e79 authored by Phil Renaud's avatar Phil Renaud
Browse files

Lintfixes

parent 6626bfab
Branches unavailable
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -191,7 +191,7 @@ export default class IndexController extends Controller.extend(
Visible jobs are those that match the selected namespace and aren't children
of periodic or parameterized jobs.
*/
@computed('model.jobs.@each.parent', 'model.jobs.[]', 'storedJobs.[]')
@computed('model.jobs.@each.parent', 'qpNamespace', 'store', 'storedJobs.[]')
get visibleJobs() {
if (!this.model || !this.model.jobs) return [];
return this.store
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment