added #runOnInstance and #runAtHour

This commit is contained in:
zadam
2021-04-08 21:22:47 +02:00
parent 052f584bf4
commit 9c679aef20
6 changed files with 58 additions and 15 deletions

View File

@@ -25,6 +25,8 @@ const BUILTIN_ATTRIBUTES = [
{ type: 'label', name: 'iconClass' },
{ type: 'label', name: 'keyboardShortcut' },
{ type: 'label', name: 'run', isDangerous: true },
{ type: 'label', name: 'runOnInstance', isDangerous: false },
{ type: 'label', name: 'runAtHours', isDangerous: false },
{ type: 'label', name: 'customRequestHandler', isDangerous: true },
{ type: 'label', name: 'customResourceProvider', isDangerous: true },
{ type: 'label', name: 'widget', isDangerous: true },