feat: cron agent binding + doctor UI refresh
This commit is contained in:
@@ -145,6 +145,7 @@ struct CronJobState: Codable, Equatable {
|
||||
|
||||
struct CronJob: Identifiable, Codable, Equatable {
|
||||
let id: String
|
||||
let agentId: String?
|
||||
var name: String
|
||||
var description: String?
|
||||
var enabled: Bool
|
||||
|
||||
Reference in New Issue
Block a user