Skip to content

Commit

Permalink
Filter or not, need to watch for * namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed Jul 2, 2024
1 parent 39552cd commit 4ee4e91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/app/routes/jobs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export default class IndexRoute extends Route.extend(
queryParams.next_token = queryParams.cursorAt;
}
queryParams.per_page = queryParams.pageSize;
queryParams.namespace = '*';

/* eslint-disable ember/no-controller-access-in-routes */
let filter = this.controllerFor('jobs.index').filter;
Expand Down

0 comments on commit 4ee4e91

Please sign in to comment.