Sha256: fa3f41e1881b65807bbc6814edf101abd013e484393f02de88101d54f5b4d5a0
Contents?: true
Size: 1.48 KB
Versions: 9
Compression:
Stored size: 1.48 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%2Fproducts%2Fsubscription-central" 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
9 entries across 9 versions & 1 rubygems