mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
fix for workflow badge tooltip
it wasn't being properly translated, which was screwing with the html
This commit is contained in:
parent
5a30d3630e
commit
416615c08e
@ -48,7 +48,7 @@ export default
|
||||
badgePlacement: 'right',
|
||||
badgeCustom: true,
|
||||
badgeIcon: `<a href="{{ job.workflow_result_link }}"
|
||||
aw-tool-tip=i18n._("View workflow results")
|
||||
aw-tool-tip="{{'View workflow results'|translate}}"
|
||||
data-placement="top"
|
||||
data-original-title="" title="">
|
||||
<i class="WorkflowBadge"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user