2020-05-22 15:19:17 -04:00
|
|
|
<div class="selector-panel">
|
|
|
|
<p id="selector-instructions">Display controls that are:</p>
|
|
|
|
<input class="selector-checkbox" id="passed-checkbox" type="checkbox" checked="checked"/><label for="passed-checkbox">Passed</label>
|
|
|
|
<input class="selector-checkbox" id="skipped-checkbox" type="checkbox" checked="checked"/><label for="skipped-checkbox">Skipped</label>
|
|
|
|
<input class="selector-checkbox" id="failed-checkbox" type="checkbox" checked="checked"/><label for="failed-checkbox">Failed</label>
|
2020-05-23 23:46:34 -04:00
|
|
|
<p id="selector-instructions">Display profiles that are:</p>
|
|
|
|
<input class="profile-selector-checkbox" id="child-profile-checkbox" type="checkbox" /><label for="child-profile-checkbox">Dependent Profiles</label>
|
2020-05-22 15:19:17 -04:00
|
|
|
</div>
|