guojing1983
guojing1983
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior web-app\src\app\routes\dashboard\dashboard.component.html,routerLink‘/monitors' 对应的queryParams应该是catagory而不是app.因为appCountService.size、appCountService.availableSize、appCountService.unAvailableSize和appCountService.unManageSize 4个数值对应的类型都是catagory不是app,但点击链接时指向的是app=website。 例如service监控有11个,website监控10个、api监控1个,当我点击应用监控(service)时,只能查到10个(website)结果,会使用户产生歧义。 html比较容易修改,但是monitors接口应该是不支持catagory=service作为queryParams。   ### Expected Behavior _No...