Merge branch 'main' into next

This commit is contained in:
nocobase[bot] 2025-03-04 09:35:19 +00:00
commit 6a1cb3c0d1
2 changed files with 3 additions and 0 deletions

View File

@ -348,6 +348,8 @@ const useStyles = createStyles(({ css, token }) => {
max-width: 14em; max-width: 14em;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
display: inline-flex;
align-items: center;
} }
.workflow-node-id { .workflow-node-id {

View File

@ -253,6 +253,7 @@ export default class PluginWorkflowServer extends Plugin {
'flow_nodes:update', 'flow_nodes:update',
'flow_nodes:destroy', 'flow_nodes:destroy',
'flow_nodes:test', 'flow_nodes:test',
'jobs:get',
], ],
}); });