1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

Show the proper tooltip on workflow results inventory

This commit is contained in:
mabashian 2019-02-12 15:50:52 -05:00
parent 52b88d839e
commit 3c3e659042
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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>