Browse Source

[Improve-9118][UI Next][V1.0.0-Alpha] Extend the column of the resource name on the page of the UDF resource management. (#9119)

3.0.0/version-upgrade
calvin 2 years ago committed by GitHub
parent
commit
8db65fcf1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dolphinscheduler-ui-next/src/views/resource/udf/resource/use-table.ts

2
dolphinscheduler-ui-next/src/views/resource/udf/resource/use-table.ts

@ -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…
Cancel
Save