Skip to content

Commit

Permalink
Merge pull request #181 from astrophpeter/djones-tab-error
Browse files Browse the repository at this point in the history
typo that messes up global/local parameter tab switching
  • Loading branch information
djones1040 authored Mar 18, 2024
2 parents 4c19428 + 8558ff9 commit 690e030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/host/templates/host/sed_inference_card.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<h5>Host SED inference</h5>
<ul class="nav nav-tabs card-header-tabs" id="myTab" role="tablist">
<li class="nav-item" role="presentation">
<button class="nav-link active" id="global-params-tab" data-bs-toggle="tab" data-bs-target="#global-parmas" type="button" role="tab" aria-controls="global-params" aria-selected="false">Global</button>
<button class="nav-link active" id="global-params-tab" data-bs-toggle="tab" data-bs-target="#global-params" type="button" role="tab" aria-controls="global-params" aria-selected="false">Global</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="local-params-tab" data-bs-toggle="tab" data-bs-target="#local-params" type="button" role="tab" aria-controls="local-params" aria-selected="true">Local</button>
Expand Down

0 comments on commit 690e030

Please sign in to comment.