Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
Added basic layout for optical elements settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
ggirelli committed Jun 14, 2019
1 parent 6cc9969 commit f72a6aa
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions app/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,52 @@ <h5>
Optical elements
<button id="settings-add-optelem-btn" class="btn btn-success btn-sm float-right mr-1 mb-1" data-toggle="tooltip" data-placement="bottom" title="Add a new optical element"><i class="fas fa-plus"></i></button>
</h5>

<h6>Excitation filters</h6>
<table id="settings-exf" class="table table-striped">
<thead class="thead-dark">
<tr>
<th scope="col">Name</th>
<th scope="col">Peak</th>
<th scope="col">Scopes</th>
<th scope="col">Color</th>
<th scope="col">Details</th>
<th scope="col">Options</th>
</tr>
</thead>
<tbody></tbody>
</table>

<h6>Dicroic Mirrors</h6>
<table id="settings-dm" class="table table-striped">
<thead class="thead-dark">
<tr>
<th scope="col">Name</th>
<th scope="col">Peak</th>
<th scope="col">Scopes</th>
<th scope="col">Color</th>
<th scope="col">Details</th>
<th scope="col">Options</th>
</tr>
</thead>
<tbody></tbody>
</table>

<h6>Emission filters</h6>
<table id="settings-emf" class="table table-striped">
<thead class="thead-dark">
<tr>
<th scope="col">Name</th>
<th scope="col">Peak</th>
<th scope="col">Scopes</th>
<th scope="col">Color</th>
<th scope="col">Details</th>
<th scope="col">Options</th>
</tr>
</thead>
<tbody></tbody>
</table>

</div>
<div class="tab-pane fade" id="settings-fluo" role="tabpanel" aria-labelledby="settings-fluo-tab">
<h5>
Expand Down

0 comments on commit f72a6aa

Please sign in to comment.