mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-01 00:12:30 +01:00
663160c06a
renamed NzbDrone.Backbone to UI
16 lines
329 B
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>
|