mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 21:12:33 +08:00
fix: 修复高级设置,按图表删除告警信息地址错误问题
This commit is contained in:
2
de-xpack
2
de-xpack
Submodule de-xpack updated: 80a99849e9...c3d100fb07
@@ -69,6 +69,6 @@ public interface ThresholdApi {
|
||||
boolean anyThreshold(@PathVariable("chartId") Long chartId, @PathVariable("resourceTable") String resourceTable);
|
||||
|
||||
@Operation(summary = "根据视图ID删除")
|
||||
@GetMapping("/deleteWithChart/{chartId}")
|
||||
void deleteWithChart(@PathVariable("chartId") Long chartId);
|
||||
@GetMapping("/deleteWithChart/{chartId}/{resourceTable}")
|
||||
void deleteWithChart(@PathVariable("chartId") Long chartId, @PathVariable("resourceTable") String resourceTable);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user