mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-12 07:41:10 +00:00
Web UI: add full cron edit parity, all-jobs run history, and compact filters (openclaw#24155) thanks @Takhoffman
Verified: - pnpm install --frozen-lockfile - pnpm build - pnpm check - pnpm test:macmini Co-authored-by: Takhoffman <781889+Takhoffman@users.noreply.github.com> Co-authored-by: Tak Hoffman <781889+Takhoffman@users.noreply.github.com>
This commit is contained in:
@@ -26,6 +26,10 @@ export class CronService {
|
||||
return await ops.list(this.state, opts);
|
||||
}
|
||||
|
||||
async listPage(opts?: ops.CronListPageOptions) {
|
||||
return await ops.listPage(this.state, opts);
|
||||
}
|
||||
|
||||
async add(input: CronJobCreate) {
|
||||
return await ops.add(this.state, input);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user