mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 22:49:26 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
6a1cb3c0d1
@ -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 {
|
||||||
|
@ -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',
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user