grafana/public/app/core/partials.ts

5 lines
129 B
TypeScript

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