mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
typescript: updated tslint and fixed new warnings
This commit is contained in:
@@ -136,7 +136,7 @@ class MetricsPanelCtrl extends PanelCtrl {
|
||||
this.calculateInterval();
|
||||
|
||||
return this.datasource;
|
||||
};
|
||||
}
|
||||
|
||||
calculateInterval() {
|
||||
var intervalOverride = this.panel.interval;
|
||||
@@ -194,7 +194,7 @@ class MetricsPanelCtrl extends PanelCtrl {
|
||||
if (this.panel.hideTimeOverride) {
|
||||
this.timeInfo = '';
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
issueQueries(datasource) {
|
||||
this.datasource = datasource;
|
||||
|
||||
Reference in New Issue
Block a user