mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
Show error body when license application fails
This commit is contained in:
@@ -229,9 +229,8 @@ export default
|
|||||||
}, 4000);
|
}, 4000);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}).catch(({data, status}) => {
|
}).catch((err) => {
|
||||||
Wait('stop');
|
ProcessErrors($scope, err, null, null, {
|
||||||
ProcessErrors($scope, data, status, null, {
|
|
||||||
hdr: i18n._('Error Applying License')
|
hdr: i18n._('Error Applying License')
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user