mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-27 04:58:37 +00:00
feat: cron agent binding + doctor UI refresh
This commit is contained in:
@@ -3,6 +3,7 @@ extension CronJobEditor {
|
||||
mutating func exerciseForTesting() {
|
||||
self.name = "Test job"
|
||||
self.description = "Test description"
|
||||
self.agentId = "ops"
|
||||
self.enabled = true
|
||||
self.sessionTarget = .isolated
|
||||
self.wakeMode = .now
|
||||
|
||||
Reference in New Issue
Block a user