/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/influxql/utils
import { SelectableValue } from '@grafana/data'; export function toSelectableValue<T extends string>(t: T): SelectableValue<T> { return { label: t, value: t }; }
.
Edit
..
Edit
filterTags.ts
Edit
getTemplateVariableOptions.ts
Edit
partListUtils.tsx
Edit
tagUtils.test.ts
Edit
tagUtils.ts
Edit
toSelectableValue.ts
Edit
unwrap.ts
Edit
withTemplateVariableOptions.ts
Edit
wrapper.ts
Edit