mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 04:31:21 -03:30
delete Job Template
added the div for styling of the delete job template prompt
This commit is contained in:
parent
60d8505fd3
commit
acf7e83843
@ -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: '<div class=\"alert alert-info\">Delete inventory ' + name + '?</div>',
|
||||
action: action
|
||||
});
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user