mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Finished Series Index Table formatting
This commit is contained in:
parent
d706a35ab7
commit
4cc4e8133e
6 changed files with 95 additions and 48 deletions
5
UI/Series/EpisodeProgressTemplate.html
Normal file
5
UI/Series/EpisodeProgressTemplate.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<div class="progress">
|
||||
<span class="progressbar-back-text">{{episodeFileCount}} / {{episodeCount}}</span>
|
||||
|
||||
<div class="bar" style="width:{{percentOfEpisodes}}%"><span class="progressbar-front-text">{{episodeFileCount}} / {{episodeCount}}</span></div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue