Skip to content

Commit

Permalink
Look for the element by the ID it actually has
Browse files Browse the repository at this point in the history
  • Loading branch information
york-stsci committed Aug 28, 2024
1 parent 95227cd commit 05c8579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwql/website/apps/jwql/templates/log_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h4>Select JWQL Monitoring Log</h4>
</div>

<div class="col-6 mx-auto text-left mt-5">
<input id="log_filter" type="text" list="log_filters" placeholder="Log Level" class="form-control">
<input id="log_level" type="text" list="log_filters" placeholder="Log Level" class="form-control">
<datalist id="log_levels">
<option id="all_logs" value="All Logs"></option>
<option id="info_logs" value="Info or higher"></option>
Expand Down

0 comments on commit 05c8579

Please sign in to comment.