##// END OF EJS Templates
utils: added get_es_info function
utils: added get_es_info function

File last commit:

r83:437edeed
r159:61d79e6b
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
});