grafana/public/app/core/partials.ts

5 lines
127 B
TypeScript

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