From cf00775bb8fe45154ca6e22ad890f72b011742a6 Mon Sep 17 00:00:00 2001 From: Idan Zalzberg Date: Sun, 10 Apr 2016 11:00:25 +0700 Subject: [PATCH 1/2] Table module calls renderingCompleted --- public/app/plugins/panel/table/module.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/plugins/panel/table/module.ts b/public/app/plugins/panel/table/module.ts index a6d348064eb..d9bba0576b7 100644 --- a/public/app/plugins/panel/table/module.ts +++ b/public/app/plugins/panel/table/module.ts @@ -218,6 +218,7 @@ class TablePanelCtrl extends MetricsPanelCtrl { if (data) { renderPanel(); } + ctrl.renderingCompleted(); }); } } From c100df412d40702210b6c439ae83be48f01c04cf Mon Sep 17 00:00:00 2001 From: utkarshcmu Date: Sun, 10 Apr 2016 01:30:58 -0700 Subject: [PATCH 2/2] Consistency in options for future support --- public/app/plugins/datasource/opentsdb/config_ctrl.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/plugins/datasource/opentsdb/config_ctrl.ts b/public/app/plugins/datasource/opentsdb/config_ctrl.ts index e4d69c40b4d..c7c90e9c17f 100644 --- a/public/app/plugins/datasource/opentsdb/config_ctrl.ts +++ b/public/app/plugins/datasource/opentsdb/config_ctrl.ts @@ -16,7 +16,7 @@ export class OpenTsConfigCtrl { tsdbVersions = [ {name: '<=2.1', value: 1}, - {name: '2.2', value: 2}, + {name: '>=2.2', value: 2}, ]; tsdbResolutions = [