Skip to content

Commit

Permalink
Default tooltip text for mirage edge cases
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed Jan 4, 2024
1 parent 00cbd68 commit 9a352d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/19601.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:improvement
ui: Added group name to allocation tooltips on job status panel
```
2 changes: 1 addition & 1 deletion ui/app/components/job-status/individual-allocation.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
SPDX-License-Identifier: BUSL-1.1
~}}
<Hds::TooltipButton
@text={{this.tooltipText}}
@text={{or this.tooltipText ""}}
aria-label="Allocation"
@extraTippyOptions={{hash trigger=(if (eq @status "unplaced") "manual")}}
>
Expand Down

0 comments on commit 9a352d9

Please sign in to comment.