Sonarr/NzbDrone.Backbone/Series/SeriesCollectionTemplate.html

16 lines
329 B
HTML

<table class="table table-hover x-series-table">
<thead>
<tr>
<th title="Status"></th>
<th>Title</th>
<th>Seasons</th>
<th>Quality</th>
<th>Network</th>
<th>Next Airing</th>
<th>Episodes</th>
<th></th>
</tr>
</thead>
<tbody></tbody>
</table>