##// 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
r136:605a8dba
Show More
campfire-integration-config-view.js
5 lines | 320 B | application/javascript | JavascriptLexer
angular.module('appenlight.components.campfireIntegrationConfigView', [])
.component('campfireIntegrationConfigView', {
templateUrl: 'components/views/integrations/campfire-integration-config-view/campfire-integration-config-view.html',
controller: ApplicationsIntegrationsEditViewController
});