Skip to content

Commit 788a015

Browse files
committed
Merge branch 'master' of github.com:grafana/grafana
2 parents a8f4b02 + cdf8c0f commit 788a015

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

public/app/plugins/datasource/opentsdb/config_ctrl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class OpenTsConfigCtrl {
1616

1717
tsdbVersions = [
1818
{name: '<=2.1', value: 1},
19-
{name: '2.2', value: 2},
19+
{name: '>=2.2', value: 2},
2020
];
2121

2222
tsdbResolutions = [

public/app/plugins/panel/table/module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ class TablePanelCtrl extends MetricsPanelCtrl {
218218
if (data) {
219219
renderPanel();
220220
}
221+
ctrl.renderingCompleted();
221222
});
222223
}
223224
}

0 commit comments

Comments
 (0)