mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-22 10:32:40 +08:00
feat(ql3): manage canonical task runs from the existing panel
This commit is contained in:
@@ -51,6 +51,7 @@ export function panelCapabilities(
|
||||
panel: Object.freeze({
|
||||
bootstrap: true,
|
||||
cronList: 'bounded_read_only',
|
||||
runControl: 'task_run_v1',
|
||||
taskRead: true,
|
||||
triggerRead: true,
|
||||
runRead: true,
|
||||
|
||||
@@ -33,6 +33,7 @@ test('publishes an exact profile-aware capability contract', () => {
|
||||
panel: {
|
||||
bootstrap: true,
|
||||
cronList: 'bounded_read_only',
|
||||
runControl: 'task_run_v1',
|
||||
taskRead: true,
|
||||
triggerRead: true,
|
||||
runRead: true,
|
||||
|
||||
Reference in New Issue
Block a user