This is an automated email from the ASF dual-hosted git repository.

leonbao 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 44b24cd  When the SQL node is selected (#6851)
44b24cd is described below

commit 44b24cd3df8a42f0809beb019baacd072ef800f7
Author: xiaoguaiguai <[email protected]>
AuthorDate: Mon Nov 15 17:21:34 2021 +0800

    When the SQL node is selected (#6851)
    
    The data source list needs to scroll continuously, and the search 
efficiency is low
    
    Add a quick search box to quickly locate the data source to be selected
---
 .../conf/home/pages/dag/_source/formModel/tasks/_source/datasource.vue   | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/_source/datasource.vue
 
b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/_source/datasource.vue
index 0a3f17b..3a57023 100644
--- 
a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/_source/datasource.vue
+++ 
b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/_source/datasource.vue
@@ -33,6 +33,7 @@
                 v-model="datasource"
                 style="width: 288px;"
                 size="small"
+                 filterable
                 :disabled="isDetails">
         <el-option
                 v-for="city in datasourceList"

Reply via email to