Added a bunch of assemblies.

This commit is contained in:
2025-10-04 00:01:22 -06:00
parent f173b44757
commit 154bad1f43
11 changed files with 167 additions and 6 deletions

View File

@@ -819,7 +819,7 @@ export default function CreateJob({ onCancel, onCreated, initialJob = null }) {
return (
<Paper sx={{ m: 2, p: 0, bgcolor: "#1e1e1e" }} elevation={2}>
<Box sx={{ p: 2, pb: 1 }}>
<Typography variant="h6" sx={{ color: "#58a6ff", mb: 0 }}>Create a Job</Typography>
<Typography variant="h6" sx={{ color: "#58a6ff", mb: 0 }}>Create a Scheduled Job</Typography>
<Typography variant="body2" sx={{ color: "#aaa" }}>
Configure advanced schedulable automation jobs for one or more devices.
</Typography>