mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 11:10:03 -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;
|
break;
|
||||||
}
|
}
|
||||||
if (msg) {
|
if (msg) {
|
||||||
Alert('Warning', msg, 'alert-info');
|
Alert('Warning', msg, 'alert-info', null, null, null, null, true);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.error(function (data, status) {
|
.error(function (data, status) {
|
||||||
|
|||||||
Reference in New Issue
Block a user