Skip to content

Commit

Permalink
Fixes AB#585: Name attribute in version button
Browse files Browse the repository at this point in the history
  • Loading branch information
gingi committed Jan 12, 2023
1 parent 07fa029 commit 2d3c2e9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<button
class="select-version"
[matMenuTriggerFor]="menu"
name="button-version-select-{{prettyName}}"
matTooltip="{{'os-offer-tile.select-version-button.tooltip' | i18n}}"
title="{{'os-offer-tile.select-version-button.tooltip' | i18n}} ({{prettyName}})">
<i class="fa fa-cog" aria-hidden="true"></i>
Expand Down

0 comments on commit 2d3c2e9

Please sign in to comment.