mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-03 22:51:48 -05:00
Add grafana notification type
This commit is contained in:
@@ -256,7 +256,11 @@ export default ['Rest', 'Wait',
|
||||
if (field.type === 'textarea') {
|
||||
if (field.name === 'headers') {
|
||||
$scope[i] = JSON.parse($scope[i]);
|
||||
} else {
|
||||
}
|
||||
else if (field.name === 'annotation_tags' && $scope.notification_type.value === "grafana" && value === null) {
|
||||
$scope[i] = null;
|
||||
}
|
||||
else {
|
||||
$scope[i] = $scope[i].toString().split('\n');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user