diff --git a/static/panels.js b/static/panels.js index d942fac0..e27f548b 100644 --- a/static/panels.js +++ b/static/panels.js @@ -425,11 +425,13 @@ async function loadCrons(animate) { item.id = 'cron-' + job.id; const status = _cronStatusMeta(job); const isNewRun = _cronNewJobIds.has(String(job.id)); + const isAgentMode = !job.no_agent; const profileLabel = _cronProfileLabel(job.profile); const profileTitle = _cronProfileTitle(job.profile); item.innerHTML = `
${modelProvider}` : ''}${esc(script || '—')}