feat: add scheduler events to ui

This commit is contained in:
Nybkox
2025-01-02 14:38:01 +01:00
parent 903297a1e9
commit 891fb15290
5 changed files with 80 additions and 6 deletions

View File

@@ -85,4 +85,12 @@ export const defaultDatabaseObjectAppObjectActions = {
},
},
],
schedulerEvents: [
{
label: 'Show SQL',
tab: 'SqlObjectTab',
defaultActionId: 'showSql',
icon: 'img sql-file',
},
],
};