2020-05-22 19:19:17 +00: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-24 03:46:34 +00: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 19:19:17 +00:00
|
|
|
</div>
|