mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-01 08:22:35 +01:00
663160c06a
renamed NzbDrone.Backbone to UI
15 lines
293 B
HTML
15 lines
293 B
HTML
<h3>{{seasonTitle}}</h3>
|
|
<table class="table table-hover x-season-table">
|
|
<thead>
|
|
<tr>
|
|
<th>#</th>
|
|
<th>Title</th>
|
|
<th>Air Date</th>
|
|
<th>Quality</th>
|
|
<th>Controls</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody class="x-episodes">
|
|
|
|
</tbody>
|
|
</table> |