mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-09-11 08:48:42 -06:00
Added Scheduled Jobs Panel
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user