Skip to content

Commit f6ad2ab

Browse files
authored
Link to endpoint type indicators documentation (#2478)
1 parent 7971763 commit f6ad2ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Frontend/src/views/throughputreport/EndpointsView.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ function toggleOptionsLegendVisible() {
4343
<div v-for="[key, LegendComponent] in legendOptions" :key="key">
4444
<strong>{{ userIndicatorMapper.get(key) }}</strong> - <component :is="LegendComponent" />.
4545
</div>
46+
<p class="mt-2">
47+
<small><a href="https://particular.net/usage-user-indicators" target="_blank">See documentation for more details about endpoint type indicators</a>.</small>
48+
</p>
4649
</div>
4750
</div>
4851
<div class="row">

0 commit comments

Comments
 (0)