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

journey pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new fbeadfd  [FIX][UI]add button disabeld when isDetails (#3611)
fbeadfd is described below

commit fbeadfdd58d52fdf66d034296fff613a35daae32
Author: geosmart <[email protected]>
AuthorDate: Mon Aug 31 16:58:56 2020 +0800

    [FIX][UI]add button disabeld when isDetails (#3611)
---
 dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/udp/udp.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/udp/udp.vue 
b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/udp/udp.vue
index 017a38f..18cf86a 100644
--- a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/udp/udp.vue
+++ b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/udp/udp.vue
@@ -82,7 +82,7 @@
           </div>
         </template>
         <x-button type="text" @click="close()"> {{$t('Cancel')}} </x-button>
-        <x-button type="primary" shape="circle" 
@click="ok()">{{$t('Add')}}</x-button>
+        <x-button type="primary" shape="circle" :disabled="isDetails" 
@click="ok()">{{$t('Add')}}</x-button>
       </div>
     </div>
   </div>

Reply via email to