Sha256: 7c282fe1aa202c268ce28434264a311d12b689194d5031a8df5965348e90003d
Contents?: true
Size: 1.98 KB
Versions: 1
Compression:
Stored size: 1.98 KB
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`InsightsTable rendering render with Props 1`] = ` <Fragment> <SelectAllAlert clearAllSelection={[Function]} isAllSelected={false} selectAll={[Function]} selectedIds={Object {}} showSelectAllAlert={false} /> <Table aria-label="Recommendations Table" borders={true} canSelectAll={true} canSortFavorites={true} cells={ Array [ Object { "sortKey": "hostname", "title": "Hostname", "transforms": Array [ [Function], [Function], ], }, Object { "sortKey": "title", "title": "Recommendation", "transforms": Array [ [Function], [Function], ], }, Object { "cellTransforms": Array [ [Function], ], "sortKey": "total_risk", "title": "Total risk", "transforms": Array [ [Function], [Function], ], }, Object { "cellTransforms": Array [ [Function], ], "title": "Remediate", "transforms": Array [ [Function], ], }, ] } className="recommendations-table" contentId="expanded-content" dropdownDirection="down" dropdownPosition="right" expandId="expandable-toggle" gridBreakPoint="grid-md" isHeaderSelectDisabled={false} isNested={false} isStickyHeader={false} isTreeTable={false} onSelect={[Function]} onSort={[Function]} ouiaSafe={true} role="grid" rowLabeledBy="simple-node" rows={Array []} selectVariant="checkbox" sortBy={ Object { "direction": "desc", "index": 3, } } variant="compact" > <TableHeader /> <TableBody /> </Table> <TableEmptyState error={null} status="RESOLVED" /> <Pagination variant="bottom" /> </Fragment> `;
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
foreman_rh_cloud-5.0.28 | webpack/InsightsCloudSync/Components/InsightsTable/__tests__/__snapshots__/InsightsTable.test.js.snap |