|
7 | 7 | LayoutDashboard, Bot, Clock, Zap, Layout, Calendar, CalendarClock, |
8 | 8 | Brain, Plug, DollarSign, FolderOpen, Cpu, |
9 | 9 | Monitor, Users, ScrollText, LogOut, Menu, X, Shield, BookOpen, Library, Database, |
10 | | - ArrowUpCircle, ChevronDown, Webhook, HardDriveDownload, Settings, Share2, Heart, Target, Ticket, |
| 10 | + ArrowUpCircle, ChevronDown, Webhook, HardDriveDownload, Settings, Share2, Heart, Target, Ticket, Activity, |
11 | 11 | } from 'lucide-react' |
12 | 12 |
|
13 | 13 | interface VersionInfo { |
@@ -51,6 +51,7 @@ const navGroups: NavGroup[] = [ |
51 | 51 | { to: '/tasks', labelKey: 'tasks', icon: CalendarClock, resource: 'tasks' }, |
52 | 52 | { to: '/triggers', labelKey: 'triggers', icon: Webhook, resource: 'triggers' }, |
53 | 53 | { to: '/heartbeats', labelKey: 'heartbeats', icon: Heart, resource: 'heartbeats' }, |
| 54 | + { to: '/activity', labelKey: 'activity', icon: Activity, resource: 'scheduler' }, |
54 | 55 | { to: '/goals', labelKey: 'goals', icon: Target, resource: 'goals' }, |
55 | 56 | { to: '/topics', labelKey: 'issues', icon: Ticket, resource: 'tickets' }, |
56 | 57 | { to: '/templates', labelKey: 'templates', icon: Layout, resource: 'templates' }, |
|
0 commit comments