mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-06 00:11:50 -05:00
Made delete prompts use the same styling
made the delete prompts more uniform
This commit is contained in:
@@ -94,7 +94,7 @@ function JobTemplatesList($scope, $rootScope, $location, $log, $routeParams, Res
|
||||
|
||||
Prompt({
|
||||
hdr: 'Delete',
|
||||
body: '<div class=\"alert alert-info\">Delete inventory ' + name + '?</div>',
|
||||
body: '<div class=\"alert alert-info\">Delete job template ' + name + '?</div>',
|
||||
action: action
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user