polish downloads view

This commit is contained in:
Bryan Van Deusen
2026-01-29 19:42:14 -05:00
parent fcccfb24ee
commit c1fe8148b8
4 changed files with 187 additions and 25 deletions
+1
View File
@@ -38,6 +38,7 @@ export const downloadsApi = {
stats: (params = {}) => api.get('/downloads/stats', { params }),
recentActivity: (params = {}) => api.get('/downloads/recent-activity', { params }),
resetOrphaned: (thresholdMinutes = 0) => api.post('/downloads/reset-orphaned', { threshold_minutes: thresholdMinutes }),
requeueStale: (thresholdMinutes = 0) => api.post('/downloads/requeue-stale', { threshold_minutes: thresholdMinutes }),
}
// Credentials API