mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-01 00:12:30 +01:00
19 lines
768 B
HTML
19 lines
768 B
HTML
<td>{{{formatStatus status monitored}}}</td>
|
|
<td><a href="/series/details/{{id}}">{{title}}</a></td>
|
|
<td name="seasonCount"></td>
|
|
<td name="qualityProfileName"></td>
|
|
<td name="network"></td>
|
|
<!-- If only DT could access the backbone model -->
|
|
<td><span title="{{formatedDateString}}" data-date="{{nextAiring}}">{{bestDateString}}</span></td>
|
|
<td>
|
|
<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>
|
|
</td>
|
|
<td>
|
|
<i class="icon-cog x-edit" title="Edit Series"></i>
|
|
<i class="icon-remove x-remove" title="Delete Series"></i>
|
|
</td>
|