You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/views/codeAnalytics/InsightListView/EndpointInsight.ts
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ export class LowUsageListViewItemsCreator implements IInsightListViewItemsCreato
74
74
return{
75
75
getHtml: ()=>this.template.generateHtml(codeObjectsInsight.maxCallsIn1Min,"Endpoint low traffic","Servicing a low number of requests","gauge_low.png"),
@@ -100,7 +100,7 @@ export class NormalUsageListViewItemsCreator implements IInsightListViewItemsCre
100
100
return{
101
101
getHtml: ()=>this.template.generateHtml(codeObjectsInsight.maxCallsIn1Min,"Endpoint normal level of traffic","Servicing an average number of requests","guage_normal.png"),
@@ -135,7 +135,7 @@ export class HighUsageListViewItemsCreator implements IInsightListViewItemsCreat
135
135
return{
136
136
getHtml: ()=>this.template.generateHtml(codeObjectsInsight.maxCallsIn1Min,"Endpoint high traffic","Servicing a high number of requests","guage_high.png"),
0 commit comments