mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
663160c06a
renamed NzbDrone.Backbone to UI
14 lines
335 B
HTML
14 lines
335 B
HTML
<fieldset>
|
|
<legend>Quality Profiles</legend>
|
|
<table class="table table-hover">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Allowed</th>
|
|
<th>Cutoff</th>
|
|
<th>Controls</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody></tbody>
|
|
</table>
|
|
</fieldset> |