Files
grafana/public/app/features/datasources/settings/__snapshots__/BasicSettings.test.tsx.snap
Diana Payton 1399b49c16 UI text edits (#32524)
* Update TeamSettings.tsx

* Update navModel.ts

* Update ChangePasswordForm.tsx

* Update UserProfileEditForm.tsx

* Update DashboardImportPage.tsx

* Update uploadDashboardDirective.ts

* Update ImportDashboardForm.tsx

* Update ImportDashboardOverview.tsx

* Update validation.ts

* Update PlaylistEditPage.tsx

* ui text edits

* text edits

* Update buildCategories.ts

* text edits

* text edits

* Fix formatting

* Update test snapshots

Co-authored-by: dsotirakis <sotirakis.dim@gmail.com>
2021-03-31 16:07:37 -07:00

42 lines
928 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Render should render component 1`] = `
<div
aria-label="Datasource settings page basic settings"
className="gf-form-group"
>
<div
className="gf-form-inline"
>
<div
className="gf-form max-width-30"
style={
Object {
"marginRight": "3px",
}
}
>
<FormLabel
tooltip="The name is used when you select the data source in panels. The default data source is preselected in new panels."
>
Name
</FormLabel>
<Input
aria-label="Data source settings page name input field"
className="gf-form-input max-width-23"
onChange={[Function]}
placeholder="Name"
required={true}
type="text"
value="Graphite"
/>
</div>
<Switch
checked={false}
label="Default"
onChange={[Function]}
/>
</div>
</div>
`;