mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
Merge pull request #3221 from mabashian/workflow-results-inv-tooltip
Show the proper tooltip on workflow results inventory Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
commit
b91dee68ac
@ -54,6 +54,7 @@ export default ['workflowData', 'workflowResultsService', 'workflowDataOptions',
|
||||
EDIT_WORKFLOW: i18n._('Edit the workflow job template'),
|
||||
EDIT_SLICE_TEMPLATE: i18n._('Edit the slice job template'),
|
||||
EDIT_SCHEDULE: i18n._('Edit the schedule'),
|
||||
EDIT_INVENTORY: i18n._('Edit the inventory'),
|
||||
SOURCE_WORKFLOW_JOB: i18n._('View the source Workflow Job'),
|
||||
TOGGLE_STDOUT_FULLSCREEN: i18n._('Expand Output'),
|
||||
STATUS: '' // re-assigned elsewhere
|
||||
|
||||
@ -133,7 +133,7 @@
|
||||
</label>
|
||||
<div class="WorkflowResults-resultRowText">
|
||||
<a href="{{ inventory_link }}"
|
||||
aw-tool-tip="{{ strings.tooltips.EDIT_WORKFLOW }}"
|
||||
aw-tool-tip="{{ strings.tooltips.EDIT_INVENTORY }}"
|
||||
data-placement="top">
|
||||
{{ workflow.summary_fields.inventory.name }}
|
||||
</a>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user