##// END OF EJS Templates
tests: fix sequence values for fixed id entries
tests: fix sequence values for fixed id entries

File last commit:

r83:437edeed
r142:91ab6c3c
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
});