mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
InfluxDB IFQL datasource
This commit is contained in:
@@ -44,4 +44,8 @@ export default class TableModel {
|
||||
this.columnMap[col.text] = col;
|
||||
}
|
||||
}
|
||||
|
||||
addRow(row) {
|
||||
this.rows.push(row);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user