feat(panels): MetricsPanelCtrl is starting to work

This commit is contained in:
Torkel Ödegaard
2016-01-25 17:51:18 -05:00
parent c30b1b126d
commit b0dd79cbfd
7 changed files with 162 additions and 15 deletions

View File

@@ -5,7 +5,7 @@ declare var System: any;
// dummy modules
declare module 'app/core/config' {
var config : any;
var config: any;
export default config;
}
@@ -35,7 +35,7 @@ declare module 'app/core/utils/kbn' {
}
declare module 'app/core/store' {
var store : any;
var store: any;
export default store;
}