##// END OF EJS Templates
config template: remove unused cache options that cause confusion
config template: remove unused cache options that cause confusion

File last commit:

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