mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 06:58:06 -03:30
Added ProcessErrors declaration
This commit is contained in:
parent
5f7de996bd
commit
e5f6373617
@ -1,7 +1,7 @@
|
||||
/* jshint unused: vars */
|
||||
|
||||
export default
|
||||
[ 'templateUrl', '$state', 'FeaturesService', function(templateUrl, $state, FeaturesService) {
|
||||
[ 'templateUrl', '$state', 'FeaturesService', 'ProcessErrors', function(templateUrl, $state, FeaturesService, ProcessErrors) {
|
||||
return {
|
||||
restrict: 'E',
|
||||
templateUrl: templateUrl('bread-crumb/bread-crumb'),
|
||||
@ -60,7 +60,7 @@ export default
|
||||
else {
|
||||
|
||||
scope.showActivityStreamButton = false;
|
||||
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user