Skip to content

Commit

Permalink
refactor: rename well colour -> tube colour
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHulme committed Feb 13, 2024
1 parent 2bd15f4 commit 9ea2290
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<thead>
<tr>
<th class="first-col" />
<th id="header_well_colour" class="headingcell">Well Colour</th>
<th id="header_tube_colour" class="headingcell">Tube Colour</th>
<th id="header_human_barcode" class="headingcell">Human Barcode</th>
<th id="header_machine_barcode" class="headingcell">Machine Barcode</th>
<th id="header_replicates" class="headingcell">Replicates</th>
Expand All @@ -19,7 +19,7 @@
<th class="first-col">
{{ (rowIndex + 1).toString() + '.' }}
</th>
<td :id="`row_well_colour_index_${rowIndex}`" class="well_colour_cell">
<td :id="`row_tube_colour_index_${rowIndex}`" class="tube_colour_cell">
<div v-if="value.well_colour" :class="['aliquot', `colour-${value.well_colour}`]"></div>
</td>
<td :id="`row_human_barcode_index_${rowIndex}`" class="summarycell">
Expand Down Expand Up @@ -116,7 +116,7 @@ export default {
text-align: left;
padding: 4px;
}
.well_colour_cell {
.tube_colour_cell {
@extend .summarycell;
text-align: center;
}
Expand Down

0 comments on commit 9ea2290

Please sign in to comment.