mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-04 21:28:00 +08:00
[Improve-9118][UI Next][V1.0.0-Alpha] Extend the column of the resource name on the page of the UDF resource management. (#9119)
This commit is contained in:
parent
d2138c7dfa
commit
8db65fcf1e
@ -80,7 +80,7 @@ export function useTable() {
|
||||
{
|
||||
title: t('resource.udf.udf_source_name'),
|
||||
key: 'alias',
|
||||
width: 60,
|
||||
width: 220,
|
||||
render: (row) => {
|
||||
return !row.directory
|
||||
? row.alias
|
||||
|
Loading…
Reference in New Issue
Block a user