This is an automated email from the ASF dual-hosted git repository.
jave pushed a commit to branch 1.3.2-release
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git
The following commit(s) were added to refs/heads/1.3.2-release by this push:
new 86c4f7a [bugfix #3045][ui]cherry pick commit from dev for Delete the
pid of the master and worker processes (#3280)
86c4f7a is described below
commit 86c4f7ac64e6ef577e295341df24b18afeb09b56
Author: break60 <[email protected]>
AuthorDate: Thu Jul 23 09:32:59 2020 +0800
[bugfix #3045][ui]cherry pick commit from dev for Delete the pid of the
master and worker processes (#3280)
* Click Cancel, the node data is restored to the original data
* Delete the pid of the master and worker processes
---
.../src/js/conf/home/pages/monitor/pages/servers/master.vue | 1 -
.../src/js/conf/home/pages/monitor/pages/servers/worker.vue | 1 -
2 files changed, 2 deletions(-)
diff --git
a/dolphinscheduler-ui/src/js/conf/home/pages/monitor/pages/servers/master.vue
b/dolphinscheduler-ui/src/js/conf/home/pages/monitor/pages/servers/master.vue
index ecc414c..5b5032c 100644
---
a/dolphinscheduler-ui/src/js/conf/home/pages/monitor/pages/servers/master.vue
+++
b/dolphinscheduler-ui/src/js/conf/home/pages/monitor/pages/servers/master.vue
@@ -22,7 +22,6 @@
<div class="row-title">
<div class="left">
<span class="sp">IP: {{item.host}}</span>
- <span class="sp">{{$t('Process Pid')}}: {{item.id}}</span>
<span class="sp">{{$t('Zk registration directory')}}:
{{item.zkDirectory}}</span>
</div>
<div class="right">
diff --git
a/dolphinscheduler-ui/src/js/conf/home/pages/monitor/pages/servers/worker.vue
b/dolphinscheduler-ui/src/js/conf/home/pages/monitor/pages/servers/worker.vue
index c8c0ed1..aa2deca 100644
---
a/dolphinscheduler-ui/src/js/conf/home/pages/monitor/pages/servers/worker.vue
+++
b/dolphinscheduler-ui/src/js/conf/home/pages/monitor/pages/servers/worker.vue
@@ -22,7 +22,6 @@
<div class="row-title">
<div class="left">
<span class="sp">IP: {{item.host}}</span>
- <span class="sp">{{$t('Process Pid')}}: {{item.port}}</span>
<span>{{$t('Zk registration directory')}}: <a href="javascript:"
@click="_showZkDirectories(item)" class="links">{{$t('Directory
detail')}}</a></span>
</div>
<div class="right">