Sonarr/NzbDrone.Backbone/Series/SeriesCollectionTemplate.html

16 lines
329 B
HTML
Raw Normal View History

2013-02-15 23:38:53 +00:00
<table class="table table-hover x-series-table">
<thead>
2013-02-09 10:04:18 +00:00
<tr>
2013-02-14 04:56:05 +00:00
<th title="Status"></th>
2013-02-09 10:04:18 +00:00
<th>Title</th>
<th>Seasons</th>
<th>Quality</th>
<th>Network</th>
<th>Next Airing</th>
<th>Episodes</th>
<th></th>
</tr>
2013-02-15 23:38:53 +00:00
</thead>
<tbody></tbody>
</table>