根据时间戳重围消费位点,采用东8区时间
This commit is contained in:
@@ -30,7 +30,9 @@
|
||||
<span>将集群中所有分区leader副本设置为首选副本</span>
|
||||
</p>
|
||||
<p>
|
||||
<a-button type="primary"> 副本变更详情 </a-button>
|
||||
<a-button type="primary" @click="openReplicaReassignmentDetailDialog">
|
||||
副本变更详情
|
||||
</a-button>
|
||||
<label>说明:</label>
|
||||
<span>查看正在进行副本变更/重分配的任务,或者将其取消</span>
|
||||
</p>
|
||||
@@ -183,6 +185,9 @@ export default {
|
||||
closeRemoveThrottleDialog() {
|
||||
this.brokerManager.showRemoveThrottleDialog = false;
|
||||
},
|
||||
openReplicaReassignmentDetailDialog() {
|
||||
this.$message.info("此功能尚不支持,下个版本支持");
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user