##// END OF EJS Templates
elasticsearch: bump to ES 6.x
elasticsearch: bump to ES 6.x

File last commit:

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