DataSourcesActionBar.test.tsx.snap 807 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`Render should render component 1`] = `
  3. <div
  4. className="page-action-bar"
  5. >
  6. <div
  7. className="gf-form gf-form--grow"
  8. >
  9. <label
  10. className="gf-form--has-input-icon"
  11. >
  12. <input
  13. className="gf-form-input width-20"
  14. onChange={[Function]}
  15. placeholder="Filter by name or type"
  16. type="text"
  17. value=""
  18. />
  19. <i
  20. className="gf-form-input-icon fa fa-search"
  21. />
  22. </label>
  23. <LayoutSelector
  24. mode="grid"
  25. onLayoutModeChanged={[Function]}
  26. />
  27. </div>
  28. <div
  29. className="page-action-bar__spacer"
  30. />
  31. <a
  32. className="page-header__cta btn btn-success"
  33. href="datasources/new"
  34. >
  35. <i
  36. className="fa fa-plus"
  37. />
  38. Add data source
  39. </a>
  40. </div>
  41. `;