TlsAuthSettingsCtrl.ts 244 B

12345678910
  1. import { coreModule } from 'app/angular/core_module';
  2. coreModule.directive('datasourceTlsAuthSettings', () => {
  3. return {
  4. scope: {
  5. current: '=',
  6. },
  7. templateUrl: 'public/app/angular/partials/tls_auth_settings.html',
  8. };
  9. });