| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- // Jest Snapshot v1, https://goo.gl/fbAQLP
- exports[`StackdriverTemplateQueryComponent renders correctly 1`] = `
- Array [
- <div
- className="gf-form max-width-21"
- >
- <span
- className="gf-form-label width-10"
- >
- Query Types
- </span>
- <div
- className="gf-form-select-wrapper max-width-10"
- >
- <select
- className="gf-form-input"
- onChange={[Function]}
- required={true}
- value="metricTypes"
- >
- <option
- value="metricTypes"
- >
- Metric Types
- </option>
- <option
- value="metricLabels"
- >
- Metric Labels
- </option>
- <option
- value="resourceLabels"
- >
- Resource Labels
- </option>
- <option
- value="resourceTypes"
- >
- Resource Types
- </option>
- <option
- value="aggregations"
- >
- Aggregations
- </option>
- <option
- value="aligners"
- >
- Aligners
- </option>
- <option
- value="alignmentPeriods"
- >
- Alignment Periods
- </option>
- </select>
- </div>
- </div>,
- <div
- className="gf-form max-width-21"
- >
- <span
- className="gf-form-label width-10"
- >
- Services
- </span>
- <div
- className="gf-form-select-wrapper max-width-10"
- >
- <select
- className="gf-form-input"
- onChange={[Function]}
- required={true}
- value=""
- />
- </div>
- </div>,
- ]
- `;
|