| 12345678910111213141516171819202122232425 |
- // Jest Snapshot v1, https://goo.gl/fbAQLP
- exports[`Render should render component 1`] = `
- <div
- className="gf-form-group"
- >
- <div
- className="gf-form max-width-30"
- >
- <Component
- tooltip="The name is used when you select the data source in panels. The Default data source ispreselected in new panels."
- >
- Name
- </Component>
- <input
- className="gf-form-input max-width-23"
- onChange={[Function]}
- placeholder="Name"
- required={true}
- type="text"
- value="Graphite"
- />
- </div>
- </div>
- `;
|