This is an automated email from the ASF dual-hosted git repository.
songjian pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 8db65fc [Improve-9118][UI Next][V1.0.0-Alpha] Extend the column of
the resource name on the page of the UDF resource management. (#9119)
8db65fc is described below
commit 8db65fcf1e2039936b78e9fbe7d8b2d8c5aa01b3
Author: calvin <[email protected]>
AuthorDate: Wed Mar 23 16:58:02 2022 +0800
[Improve-9118][UI Next][V1.0.0-Alpha] Extend the column of the resource
name on the page of the UDF resource management. (#9119)
---
dolphinscheduler-ui-next/src/views/resource/udf/resource/use-table.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dolphinscheduler-ui-next/src/views/resource/udf/resource/use-table.ts
b/dolphinscheduler-ui-next/src/views/resource/udf/resource/use-table.ts
index 1ecb374..1b5bac6 100644
--- a/dolphinscheduler-ui-next/src/views/resource/udf/resource/use-table.ts
+++ b/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