mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 04:31:36 +08:00
Testdata: add basic tank simulation (#47990)
This commit is contained in:
@ -10,6 +10,7 @@ export const SimulationQueryEditor = ({ onChange, query }: EditorProps) => {
|
||||
const options = [
|
||||
{ label: 'Flight', value: 'flight' },
|
||||
{ label: 'Sine', value: 'sine' },
|
||||
{ label: 'Tank', value: 'tank' },
|
||||
];
|
||||
|
||||
const onUpdateKey = (key: typeof simQuery.key) => {
|
||||
|
Reference in New Issue
Block a user