From 3c3e659042daa06c9e5f3e0b0346ec272b833dff Mon Sep 17 00:00:00 2001 From: mabashian Date: Tue, 12 Feb 2019 15:50:52 -0500 Subject: [PATCH] Show the proper tooltip on workflow results inventory --- .../client/src/workflow-results/workflow-results.controller.js | 1 + .../client/src/workflow-results/workflow-results.partial.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/awx/ui/client/src/workflow-results/workflow-results.controller.js b/awx/ui/client/src/workflow-results/workflow-results.controller.js index cc7709edad..83b9ba5d32 100644 --- a/awx/ui/client/src/workflow-results/workflow-results.controller.js +++ b/awx/ui/client/src/workflow-results/workflow-results.controller.js @@ -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 diff --git a/awx/ui/client/src/workflow-results/workflow-results.partial.html b/awx/ui/client/src/workflow-results/workflow-results.partial.html index 03e8ce7334..fed1af57d0 100644 --- a/awx/ui/client/src/workflow-results/workflow-results.partial.html +++ b/awx/ui/client/src/workflow-results/workflow-results.partial.html @@ -133,7 +133,7 @@
{{ workflow.summary_fields.inventory.name }}