Submit
Path:
~
/
/
usr
/
share
/
grafana
/
public
/
app
/
plugins
/
datasource
/
influxdb
/
components
/
editor
/
File Content:
constants.ts
import { SelectableValue } from '@grafana/data/src'; import { ResultFormat } from '../../types'; export const RESULT_FORMATS: Array<SelectableValue<ResultFormat>> = [ { label: 'Time series', value: 'time_series' }, { label: 'Table', value: 'table' }, { label: 'Logs', value: 'logs' }, ]; export const DEFAULT_RESULT_FORMAT: ResultFormat = 'time_series';
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
annotation
---
0755
config
---
0755
query
---
0755
variable
---
0755
constants.ts
363 bytes
0644
N4ST4R_ID | Naxtarrr