Added Scheduled Jobs Panel

This commit is contained in:
2025-08-07 21:25:43 -06:00
parent a5e2b87fc3
commit ce6c0f7b3f
2 changed files with 152 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ import NavigationSidebar from "./Navigation_Sidebar";
import WorkflowList from "./Workflow_List";
import DeviceList from "./Device_List";
import ScriptList from "./Script_List";
import ScheduledJobsList from "./Scheduled_Jobs_List";
import { io } from "socket.io-client";
@@ -140,6 +141,9 @@ export default function App() {
case "devices":
return <DeviceList />;
case "jobs":
return <ScheduledJobsList />;
case "workflows":
return (
<WorkflowList