delete Job Template

added the div for styling of the delete job template prompt
This commit is contained in:
Jared Tabor 2014-12-11 12:03:28 -05:00
parent 60d8505fd3
commit acf7e83843

View File

@ -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
});
};