mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 21:03:21 -07:00
Add link from concurrent stream stats card to graphs page
This commit is contained in:
parent
a31dcb5508
commit
ab16adcffc
2 changed files with 9 additions and 3 deletions
|
@ -177,7 +177,9 @@ DOCUMENTATION :: END
|
|||
% elif stat_id == 'top_platforms':
|
||||
${row['platform']}
|
||||
% elif stat_id == 'most_concurrent':
|
||||
${row['title']}
|
||||
<a href="graphs#concurrent-graph" title="${row['title']}">
|
||||
${row['title']}
|
||||
</a>
|
||||
% endif
|
||||
</div>
|
||||
<div class="sub-count">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue