Merge "Corrected ids of selectors in the widget"

This commit is contained in:
Jenkins
2014-06-11 13:49:16 +00:00
committed by Gerrit Code Review

View File

@@ -116,18 +116,18 @@
<div> <div>
<div class="drop" style="margin-right: 15px;"> <div class="drop" style="margin-right: 15px;">
<label for="release">Release</label> <label for="release_selector" title="Official releases of OpenStack">Release</label>
<input type="hidden" id="release" style="width: 95px" data-placeholder="Select release"/> <input type="hidden" id="release_selector" style="width: 95px" data-placeholder="Select release"/>
</div> </div>
<div class="drop" style="margin-right: 15px;"> <div class="drop" style="margin-right: 15px;">
<label for="project_type">Projects</label> <label for="project_type_selector" title="Project type groups modules of same kind: official (integrated, incubated, other) or belonging to same organization (stackforge, infra)">Project Type</label>
<input type="hidden" id="project_type" style="width: 95px" data-placeholder="Select project type"/> <input type="hidden" id="project_type_selector" style="width: 95px" data-placeholder="Select project type"/>
</div> </div>
<div class="drop"> <div class="drop">
<label for="metric">Metric</label> <label for="metric_selector" title="One of available metrics">Metric</label>
<input type="hidden" id="metric" style="width: 95px" data-placeholder="Select metric"/> <input type="hidden" id="metric_selector" style="width: 95px" data-placeholder="Select metric"/>
</div> </div>
</div> </div>
</div> </div>