mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-22 14:33:30 -07:00
Series episode count legend added
This commit is contained in:
parent
3f85104d18
commit
35d29df864
8 changed files with 76 additions and 35 deletions
|
@ -5,13 +5,13 @@
|
|||
</div>
|
||||
<div class=span9>
|
||||
<div id="x-calendar" class="calendar"/>
|
||||
<div class="legend">
|
||||
<div class="legend calendar">
|
||||
<ul class='legend-labels'>
|
||||
<li><span class="primary" title="Episode hasn't aired yet"></span>Unaired</li>
|
||||
<li><span class="warning" title="Episode is currently airing"></span>On Air</li>
|
||||
<li><span class="danger" title="Epsiode file has not been found"></span>Missing</li>
|
||||
<li><span class="danger" title="Episode file has not been found"></span>Missing</li>
|
||||
<li><span class="success" title="Episode was downloaded and sorted"></span>Downloaded</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue