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

wuweijie pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new 98cc2fd  Fix issue 
https://github.com/apache/shardingsphere-elasticjob/issues/2022 (#144)
98cc2fd is described below

commit 98cc2fdf07f907cd3995852750122009096a83ee
Author: springmonster <[email protected]>
AuthorDate: Mon Jan 3 22:41:52 2022 +0800

    Fix issue https://github.com/apache/shardingsphere-elasticjob/issues/2022 
(#144)
    
    Co-authored-by: kuanghc1 <[email protected]>
---
 .../src/views/operation-jobs/module/operationJobs.vue                   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-frontend/src/views/operation-jobs/module/operationJobs.vue
 
b/shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-frontend/src/views/operation-jobs/module/operationJobs.vue
index 73bb37a..b71ac71 100644
--- 
a/shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-frontend/src/views/operation-jobs/module/operationJobs.vue
+++ 
b/shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-frontend/src/views/operation-jobs/module/operationJobs.vue
@@ -69,7 +69,7 @@
                 plain
                 @click="handleModify(scope.row)">{{ 
$t("operationJobs.actionText.modify") }}</el-button>
               <el-button
-                v-if="'CRASHED'!==scope.row.status"
+                v-if="'CRASHED'!==scope.row.status && 
'SHARDING_FLAG'!==scope.row.status"
                 size="mini"
                 type="info"
                 plain

Reply via email to