##// END OF EJS Templates
tasks: when CELERY_EAGER_PROPAGATES_EXCEPTIONS is true do not retry tasks
tasks: when CELERY_EAGER_PROPAGATES_EXCEPTIONS is true do not retry tasks

File last commit:

r83:437edeed
r138:6723e4e4
Show More
webhooks-integration-config-view.js
5 lines | 320 B | application/javascript | JavascriptLexer
components: whole settings panel componentized
r83 angular.module('appenlight.components.webhooksIntegrationConfigView', [])
.component('webhooksIntegrationConfigView', {
templateUrl: 'components/views/integrations/webhooks-integration-config-view/webhooks-integration-config-view.html',
controller: ApplicationsIntegrationsEditViewController
});