Made delete prompts use the same styling

made the delete prompts more uniform
This commit is contained in:
Jared Tabor
2014-12-17 17:49:45 -05:00
parent 7d0e6d8f53
commit be2f2596f3
10 changed files with 523 additions and 5 deletions

View File

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