| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- // Jest Snapshot v1, https://goo.gl/fbAQLP
- exports[`Render should render component 1`] = `
- <div
- className="page-action-bar"
- >
- <div
- className="gf-form gf-form--grow"
- >
- <label
- className="gf-form--has-input-icon"
- >
- <input
- className="gf-form-input width-20"
- onChange={[Function]}
- placeholder="Filter by name or type"
- type="text"
- value=""
- />
- <i
- className="gf-form-input-icon fa fa-search"
- />
- </label>
- <LayoutSelector
- mode="grid"
- onLayoutModeChanged={[Function]}
- />
- </div>
- <div
- className="page-action-bar__spacer"
- />
- <a
- className="page-header__cta btn btn-success"
- href="datasources/new"
- >
- <i
- className="fa fa-plus"
- />
- Add data source
- </a>
- </div>
- `;
|