Sha256: 2d5d83d42b93cfdfc7efe2706918a76fc5519d77f5e9769515709a6aa0f6207a
Contents?: true
Size: 1.69 KB
Versions: 12
Compression:
Stored size: 1.69 KB
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`PageTitle rendering render without Props 1`] = ` <Grid className="inventory-upload-header-title" > <GridItem span={6} > <Head> <title> Red Hat Inventory </title> </Head> <h1> Red Hat Inventory </h1> </GridItem> <GridItem span={6} > <Dropdown className="title-dropdown" dropdownItems={ Array [ <DropdownItem href="/foreman_tasks/tasks?search=action++%3D++ForemanInventoryUpload%3A%3AAsync%3A%3AGenerateReportJob+or+action++%3D++ForemanInventoryUpload%3A%3AAsync%3A%3AGenerateAllReportsJob&page=1" rel="noopener noreferrer" target="_blank" > Actions history </DropdownItem>, <DropdownItem href="/links/manual/?root_url=https%3A%2F%2Faccess.redhat.com%2Fdocumentation%2Fen-us%2Fred_hat_insights%2F2023%2Fhtml%2Fred_hat_insights_remediations_guide%2Fhost-communication-with-insights_red-hat-insights-remediation-guide%23uploading-satellite-host-inventory-to-insights_configuring-satellite-cloud-connector" rel="noopener noreferrer" target="_blank" > Documentation </DropdownItem>, <DropdownItem onClick={[Function]} > Connectivity test </DropdownItem>, ] } isOpen={false} isPlain={true} onSelect={[Function]} position="right" toggle={ <KebabToggle onToggle={[Function]} /> } /> <CloudPingModal isOpen={false} title="Connectivity test" toggle={[Function]} /> </GridItem> </Grid> `;
Version data entries
12 entries across 12 versions & 1 rubygems