| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- // Jest Snapshot v1, https://goo.gl/fbAQLP
- exports[`Render should render component 1`] = `
- <section
- className="card-section card-list-layout-grid"
- >
- <ol
- className="card-list"
- >
- <DataSourcesListItem
- dataSource={
- Object {
- "access": "",
- "basicAuth": false,
- "database": "database-0",
- "id": 0,
- "isDefault": false,
- "jsonData": Object {
- "authType": "credentials",
- "defaultRegion": "eu-west-2",
- },
- "name": "dataSource-0",
- "orgId": 1,
- "password": "",
- "readOnly": false,
- "type": "cloudwatch",
- "typeLogoUrl": "public/app/plugins/datasource/cloudwatch/img/amazon-web-services.png",
- "url": "",
- "user": "",
- }
- }
- key="0-0"
- />
- <DataSourcesListItem
- dataSource={
- Object {
- "access": "",
- "basicAuth": false,
- "database": "database-1",
- "id": 1,
- "isDefault": false,
- "jsonData": Object {
- "authType": "credentials",
- "defaultRegion": "eu-west-2",
- },
- "name": "dataSource-1",
- "orgId": 1,
- "password": "",
- "readOnly": false,
- "type": "cloudwatch",
- "typeLogoUrl": "public/app/plugins/datasource/cloudwatch/img/amazon-web-services.png",
- "url": "",
- "user": "",
- }
- }
- key="1-1"
- />
- <DataSourcesListItem
- dataSource={
- Object {
- "access": "",
- "basicAuth": false,
- "database": "database-2",
- "id": 2,
- "isDefault": false,
- "jsonData": Object {
- "authType": "credentials",
- "defaultRegion": "eu-west-2",
- },
- "name": "dataSource-2",
- "orgId": 1,
- "password": "",
- "readOnly": false,
- "type": "cloudwatch",
- "typeLogoUrl": "public/app/plugins/datasource/cloudwatch/img/amazon-web-services.png",
- "url": "",
- "user": "",
- }
- }
- key="2-2"
- />
- <DataSourcesListItem
- dataSource={
- Object {
- "access": "",
- "basicAuth": false,
- "database": "database-3",
- "id": 3,
- "isDefault": false,
- "jsonData": Object {
- "authType": "credentials",
- "defaultRegion": "eu-west-2",
- },
- "name": "dataSource-3",
- "orgId": 1,
- "password": "",
- "readOnly": false,
- "type": "cloudwatch",
- "typeLogoUrl": "public/app/plugins/datasource/cloudwatch/img/amazon-web-services.png",
- "url": "",
- "user": "",
- }
- }
- key="3-3"
- />
- </ol>
- </section>
- `;
|