From acf7e838438d1ba528876763a62d9313e773cf6d Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Thu, 11 Dec 2014 12:03:28 -0500 Subject: [PATCH] delete Job Template added the div for styling of the delete job template prompt --- awx/ui/static/js/controllers/JobTemplates.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/js/controllers/JobTemplates.js b/awx/ui/static/js/controllers/JobTemplates.js index af7386b507..ffbf445be5 100644 --- a/awx/ui/static/js/controllers/JobTemplates.js +++ b/awx/ui/static/js/controllers/JobTemplates.js @@ -94,7 +94,7 @@ function JobTemplatesList($scope, $rootScope, $location, $log, $routeParams, Res Prompt({ hdr: 'Delete', - body: 'Are you sure you want to delete ' + name + '?', + body: '
Delete inventory ' + name + '?
', action: action }); };