mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 15:06: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:
@@ -48,7 +48,7 @@ export default
|
|||||||
badgePlacement: 'right',
|
badgePlacement: 'right',
|
||||||
badgeCustom: true,
|
badgeCustom: true,
|
||||||
badgeIcon: `<a href="{{ job.workflow_result_link }}"
|
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-placement="top"
|
||||||
data-original-title="" title="">
|
data-original-title="" title="">
|
||||||
<i class="WorkflowBadge"
|
<i class="WorkflowBadge"
|
||||||
|
|||||||
Reference in New Issue
Block a user