mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-17 21:26:22 -04:00
Finished Series Index Table formatting
This commit is contained in:
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>
|
||||
Reference in New Issue
Block a user