Skip to content

Commit

Permalink
unify supportedcurrentrel string
Browse files Browse the repository at this point in the history
Follow the naming of the CSV file everywhere

Signed-off-by: Paul Spooren <mail@aparcar.org>
  • Loading branch information
aparcar committed Dec 1, 2023
1 parent 834fa0a commit dc2bf32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/toh.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const toh_profiles = {
dom: 'frt',
paging: false,
filterColumns: {
supported_current_release: 'snapshot|[0-9]+'
supportedcurrentrel: 'snapshot|[0-9]+'
}
}
};
Expand Down
2 changes: 1 addition & 1 deletion templates/toh.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<th class="toh_brand">Brand</th>
<th class="toh_model">Model</th>
<th class="toh_version">Version</th>
<th class="toh_supported_current_rel">Supported Current Release</th>
<th class="toh_supportedcurrentrel">Supported Current Release</th>
<th class="toh_page">Device Page</th>
<th class="toh_edit"></th>
</tr>
Expand Down

0 comments on commit dc2bf32

Please sign in to comment.