Browse Source

dashboard: 首页关注指标

ping 2 months ago
parent
commit
0d54c38cd9
1 changed files with 1 additions and 1 deletions
  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)
 		apierr.AbortBadRequest(c, http.StatusBadRequest, err)
 		return
 		return
 	}
 	}
-	res, err := middleware.Dependency(c).StoreEventHub.OpsService.FocusIndicators(c, dimension)
+	res, err := middleware.Dependency(c).StoreEventHub.OpsService.FocusIndicatorsList(c, dimension)
 	if err != nil {
 	if err != nil {
 		apierr.ClassifiedAbort(c, err)
 		apierr.ClassifiedAbort(c, err)
 		return
 		return