Searched refs:frameHasName (Results 1 – 5 of 5) sorted by relevance
/dports/www/grafana8/grafana-8.3.6/packages/grafana-ui/src/components/MatchersUI/ |
H A D | FieldNamePicker.tsx | 4 import { useFieldDisplayNames, useSelectOptions, frameHasName } from './utils'; 19 if (selection && !frameHasName(selection.value, names)) {
|
H A D | FieldNameMatcherEditor.tsx | 5 import { useFieldDisplayNames, useSelectOptions, frameHasName } from './utils'; 14 if (!frameHasName(selection.value, names)) {
|
H A D | FieldNamesMatcherEditor.tsx | 6 import { useFieldDisplayNames, useSelectOptions, frameHasName } from './utils'; 23 if (!frameHasName(current.value, names)) {
|
H A D | utils.ts | 22 export function frameHasName(name: string | undefined, names: FrameFieldsDisplayNames) { function
|
/dports/www/grafana8/grafana-8.3.6/public/build/ |
H A D | 7095.0e38943fa459e872fe93.js.map | 1 …frameHasName } from './utils';\n\n// Pick a field name out of the fulds\nexport const FieldNamePic…
|