mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-26 17:47:08 +00:00
663160c06a
renamed NzbDrone.Backbone to UI
15 lines
329 B
HTML
15 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>
|