20 | 11111111111111111111111111111111
21 |
{JSON.stringify(query)}
22 | 11111111111111111111111111111111
23 |
24 | );
25 | }
26 | }
27 |
--------------------------------------------------------------------------------
/src/config/ExamplePage2.tsx:
--------------------------------------------------------------------------------
1 | // Libraries
2 | import React, { PureComponent } from 'react';
3 |
4 | // Types
5 | import { PluginConfigPageProps, AppPluginMeta } from '@grafana/data';
6 | import { ExampleAppSettings } from 'types';
7 |
8 | interface Props extends PluginConfigPageProps