InfluxDB IFQL datasource

This commit is contained in:
David Kaltschmidt
2018-06-04 12:24:47 +02:00
parent 7453df2662
commit 08ee1da6b1
18 changed files with 960 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);
}
}