feat: 同步endpoint同时创建对应panel 和 chart
This commit is contained in:
@@ -1046,13 +1046,12 @@ public class SqlHandler {
|
||||
|
||||
// 告警相关数据同步
|
||||
alertMessageService.handler();
|
||||
|
||||
// 图表相关数据同步
|
||||
chartService.handler();
|
||||
|
||||
// project module endpoint 数据同步
|
||||
endpointService.handler();
|
||||
|
||||
// 图表相关数据同步
|
||||
chartService.handler();
|
||||
|
||||
// 将原来数据库的数据数据还原
|
||||
this.dataRestore();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user