1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-02 13:04:37 +00:00
Lidarr/NzbDrone.Backbone/Settings/Quality/Profile/QualityProfileCollectionTemplate.html
2013-03-08 17:55:47 -08:00

14 lines
No EOL
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>