1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-16 11:37:58 +02:00
Sonarr/UI/Settings/Quality/Profile/QualityProfileCollectionTemplate.html
2013-06-25 00:25:33 -07:00

13 lines
335 B
HTML

<fieldset>
<legend>Quality Profiles</legend>
<div class="row">
<div class="span12">
<button class="btn btn-success x-add">Add Profile</button>
</div>
</div>
<div class="row">
<div class="span12">
<ul class="quality-profiles"></ul>
</div>
</div>
</fieldset>