mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Remove fieldtype as in prometheus
This commit is contained in:
parent
1b1099b822
commit
f887ad1125
@ -201,7 +201,7 @@ export function lokiResultsToTableModel(
|
||||
table.columns = [
|
||||
{ text: 'Time', type: FieldType.time },
|
||||
...sortedLabels.map(label => ({ text: label, filterable: true })),
|
||||
{ text: resultCount > 1 || valueWithRefId ? `Value #${refId}` : 'Value', type: FieldType.number },
|
||||
{ text: resultCount > 1 || valueWithRefId ? `Value #${refId}` : 'Value' },
|
||||
];
|
||||
|
||||
// Populate rows, set value to empty string when label not present.
|
||||
|
Loading…
Reference in New Issue
Block a user