grafana/public/app/features/datasources/settings/TlsAuthSettingsCtrl.ts

11 lines
247 B
TypeScript

import { coreModule } from 'app/core/core';
coreModule.directive('datasourceTlsAuthSettings', () => {
return {
scope: {
current: '=',
},
templateUrl: 'public/app/features/datasources/partials/tls_auth_settings.html',
};
});