Skip to content

Commit

Permalink
Add subarray sections for nirspec and fgs to query page
Browse files Browse the repository at this point in the history
  • Loading branch information
bhilbert4 committed Feb 8, 2024
1 parent c104d41 commit b5d78bc
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions jwql/website/apps/jwql/templates/jwql_query.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,18 @@ <h1>Dynamic Query Form</h1>
<div class="input-group-addon" style='width:60px'></div>
</div>
</section>

<section class="col-md">
<span class="help-block">FGS Subarrays</span>
<div class="form-control" id='fgs_subarray'>
{% for field in form.fgs_subarray %}
<div class="row-2">
{{ field }}
</div>
{% endfor %}
</div>
</section>

</div>

<!-- MIRI Fields -->
Expand Down Expand Up @@ -546,6 +558,18 @@ <h1>Dynamic Query Form</h1>
<div class="input-group-addon" style='width:60px'></div>
</div>
</section>

<section class="col-md">
<span class="help-block">NIRSpec Subarrays</span>
<div class="form-control" id='nirspec_subarray'>
{% for field in form.nirspec_subarray %}
<div class="row-2">
{{ field }}
</div>
{% endfor %}
</div>
</section>

</div>
<hr class="col-md-12">
<div class='form-group'>
Expand Down

0 comments on commit b5d78bc

Please sign in to comment.