mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-10 09:04:26 +08:00
迭代V2.5, 修复broker监控问题,增加JMX认证支持等...
This commit is contained in:
@@ -181,6 +181,7 @@ class Alarm {
|
||||
public modifyMonitorStrategy(params: IRequestParams) {
|
||||
return modifyMonitorStrategy(params).then(() => {
|
||||
message.success('操作成功');
|
||||
window.location.href = `${urlPrefix}/alarm`;
|
||||
}).finally(() => this.setLoading(false));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user