Minor UI tweaks

This commit is contained in:
Mark McDowall
2013-02-27 20:48:31 -08:00
parent c935db93dd
commit a80c2fb1f3
7 changed files with 7 additions and 11 deletions
@@ -28,7 +28,7 @@
<label class="control-label" for="inputQualityProfile">Quality Profile</label>
<div class="controls">
<select class="x-quality-profile" name="qualityProfileId">
<select class="x-quality-profile" id="inputQualityProfile" name="qualityProfileId">
{{#each qualityProfiles.models}}
<option value="{{id}}">{{attributes.name}}</option>
{{/each}}