We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a15152 commit 8b52470Copy full SHA for 8b52470
resources/js/screens/failedJobs/index.vue
@@ -63,6 +63,7 @@
63
this.$http.get(Horizon.basePath + '/api/jobs/failed?' + tagQuery + 'starting_at=' + starting)
64
.then(response => {
65
if (!this.$root.autoLoadsNewEntries && refreshing && !response.data.jobs.length) {
66
+ this.ready = true;
67
return;
68
}
69
0 commit comments