diff --git a/ui/src/pages/Dashboard.tsx b/ui/src/pages/Dashboard.tsx index c30f3bb4f1..81d07520dc 100644 --- a/ui/src/pages/Dashboard.tsx +++ b/ui/src/pages/Dashboard.tsx @@ -309,9 +309,12 @@ export function Dashboard() { {/* Recent Activity */} {recentActivity.length > 0 && (
-

- Recent Activity -

+
+

+ Recent Activity +

+ View all +
{recentActivity.map((event) => ( -

- Recent Tasks -

+
+

+ Recent Tasks +

+ View all +
{recentIssues.length === 0 ? (

No tasks yet.