mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
delete Job Template
added the div for styling of the delete job template prompt
This commit is contained in:
@@ -94,7 +94,7 @@ function JobTemplatesList($scope, $rootScope, $location, $log, $routeParams, Res
|
|||||||
|
|
||||||
Prompt({
|
Prompt({
|
||||||
hdr: 'Delete',
|
hdr: 'Delete',
|
||||||
body: 'Are you sure you want to delete ' + name + '?',
|
body: '<div class=\"alert alert-info\">Delete inventory ' + name + '?</div>',
|
||||||
action: action
|
action: action
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user