mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
fixed alert displaying from escaping html
This commit is contained in:
@@ -468,7 +468,7 @@ export function JobTemplatesAdd($filter, $scope, $rootScope, $compile, $location
|
||||
break;
|
||||
}
|
||||
if (msg) {
|
||||
Alert('Warning', msg, 'alert-info');
|
||||
Alert('Warning', msg, 'alert-info', null, null, null, null, true);
|
||||
}
|
||||
})
|
||||
.error(function (data, status) {
|
||||
|
||||
Reference in New Issue
Block a user