diff --git a/frontend/src/views/Dashboard.vue b/frontend/src/views/Dashboard.vue index 57b2dd9..668865f 100644 --- a/frontend/src/views/Dashboard.vue +++ b/frontend/src/views/Dashboard.vue @@ -150,7 +150,11 @@ - + -
- No recent activity (failures or new downloads) +
+ mdi-history +
No recent activity
+
Failures and new downloads appear here
@@ -275,9 +282,10 @@ -
- mdi-check-circle-outline -
All sources are healthy!
+
+ mdi-check-all +
All sources healthy
+
No failures in the last 7 days
@@ -589,3 +597,15 @@ async function retrySource(source) { } } + +