grafana/public/app/core/partials.ts

5 lines
122 B
TypeScript

let templates = (require as any).context('../', true, /\.html$/);
templates.keys().forEach(key => {
templates(key);
});