浏览代码

dashboard: 首页关注指标

ping 2 月之前
父节点
当前提交
0d54c38cd9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      http/handler/dashboard/dashboard.go

+ 1 - 1
http/handler/dashboard/bar.go → http/handler/dashboard/dashboard.go

@@ -35,7 +35,7 @@ func FocusIndicators(c *gin.Context) {
 		apierr.AbortBadRequest(c, http.StatusBadRequest, err)
 		return
 	}
-	res, err := middleware.Dependency(c).StoreEventHub.OpsService.FocusIndicators(c, dimension)
+	res, err := middleware.Dependency(c).StoreEventHub.OpsService.FocusIndicatorsList(c, dimension)
 	if err != nil {
 		apierr.ClassifiedAbort(c, err)
 		return