feat: 同步endpoint同时创建对应panel 和 chart

This commit is contained in:
tanghao
2021-05-22 13:31:15 +08:00
parent 80a1dea752
commit 39e415c491
3 changed files with 64 additions and 5 deletions

View File

@@ -1046,13 +1046,12 @@ public class SqlHandler {
// 告警相关数据同步
alertMessageService.handler();
// 图表相关数据同步
chartService.handler();
// project module endpoint 数据同步
endpointService.handler();
// 图表相关数据同步
chartService.handler();
// 将原来数据库的数据数据还原
this.dataRestore();