Merge pull request #12143 from grafana/davkal/ifql-datasource

InfluxDB IFQL datasource (beta)
This commit is contained in:
David
2018-06-05 14:23:21 +02:00
committed by GitHub
19 changed files with 1001 additions and 0 deletions
+4
View File
@@ -44,4 +44,8 @@ export default class TableModel {
this.columnMap[col.text] = col;
}
}
addRow(row) {
this.rows.push(row);
}
}