From 5666aab60162de7563e950fbaed77b9e18300d2e Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Thu, 8 Dec 2016 14:16:18 -0500 Subject: [PATCH] Tweaked workflow maker node help text based on how many nodes currently exist --- .../workflows/workflow-maker/workflow-maker.partial.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/templates/workflows/workflow-maker/workflow-maker.partial.html b/awx/ui/client/src/templates/workflows/workflow-maker/workflow-maker.partial.html index f3ea67b990..8221c0c168 100644 --- a/awx/ui/client/src/templates/workflows/workflow-maker/workflow-maker.partial.html +++ b/awx/ui/client/src/templates/workflows/workflow-maker/workflow-maker.partial.html @@ -64,7 +64,7 @@
{{(workflowMakerFormConfig.nodeMode === 'edit' && nodeBeingEdited) ? ((nodeBeingEdited.unifiedJobTemplate && nodeBeingEdited.unifiedJobTemplate.name) ? nodeBeingEdited.unifiedJobTemplate.name : "EDIT TEMPLATE") : "ADD A TEMPLATE"}}
-
Please hover over a template and click the Add button.
+
JOBS