mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Added series stats to footer
This commit is contained in:
parent
708cb954c4
commit
74a4def877
7 changed files with 66 additions and 18 deletions
21
UI/Series/Index/FooterViewTemplate.html
Normal file
21
UI/Series/Index/FooterViewTemplate.html
Normal file
|
@ -0,0 +1,21 @@
|
|||
<div class="row">
|
||||
<div class="series-legend legend span3">
|
||||
<ul class='legend-labels'>
|
||||
<li><span class="progress-primary"></span>Continuing (All Episodes downloaded)</li>
|
||||
<li><span class="progress-success"></span>Ended (All Episodes downloaded)</li>
|
||||
<li><span class="progress-danger"></span>Missing Episodes</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="series-stats span3">
|
||||
<dl class="dl-horizontal">
|
||||
<dt>Series</dt>
|
||||
<dd>{{count}}</dd>
|
||||
<dt>Episodes</dt>
|
||||
<dd>{{episodeCount}}</dd>
|
||||
<dt>Files</dt>
|
||||
<dd>{{episodeFileCount}}</dd>
|
||||
</dl>
|
||||
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue