feat: add Job Monitor page with cron job logging and Selenium queue status
This commit is contained in:
@@ -12,6 +12,7 @@ import {
|
||||
FileText,
|
||||
Cloud,
|
||||
Phone,
|
||||
Activity,
|
||||
} from "lucide-react";
|
||||
import { cn } from "@/lib/utils";
|
||||
import { useMemo } from "react";
|
||||
@@ -82,6 +83,12 @@ export function Sidebar() {
|
||||
icon: <Database className="h-5 w-5" />,
|
||||
adminOnly: true,
|
||||
},
|
||||
{
|
||||
name: "Job Monitor",
|
||||
path: "/job-monitor",
|
||||
icon: <Activity className="h-5 w-5" />,
|
||||
adminOnly: true,
|
||||
},
|
||||
{
|
||||
name: "Settings",
|
||||
path: "/settings",
|
||||
|
||||
Reference in New Issue
Block a user