This reverts commit9546da3189. (cherry picked from commit43c389d119)
This commit is contained in:
committed by
Sofia Papagiannaki
parent
ef98b310f1
commit
6ff9d3ffad
@@ -137,15 +137,7 @@ export class LokiDatasource extends DataSourceApi<LokiQuery, LokiOptions> {
|
||||
}
|
||||
|
||||
return {
|
||||
data: [
|
||||
lokiResultsToTableModel(
|
||||
response.data.data.result,
|
||||
responseListLength,
|
||||
`${target.refId}_instant`,
|
||||
meta,
|
||||
true
|
||||
),
|
||||
],
|
||||
data: [lokiResultsToTableModel(response.data.data.result, responseListLength, target.refId, meta, true)],
|
||||
key: `${target.refId}_instant`,
|
||||
};
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user