Sha256: 55407159dbb7550dd6cafb3814a735e643251023d599a74a8f5a36e9df257546
Contents?: true
Size: 1.02 KB
Versions: 4
Compression:
Stored size: 1.02 KB
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`StatisticsPage rendering render with props 1`] = ` <PageLayout beforeToolbarComponent={null} breadcrumbOptions={null} customBreadcrumbs={null} header="Statistics" isLoading={false} onBookmarkClick={[Function]} onSearch={[Function]} searchProps={Object {}} searchQuery="" searchable={false} toastNotifications={Array []} toolbarButtons={null} > <Component getStatisticsMeta={[Function]} hasData={true} hasError={false} isLoading={false} message={Object {}} statisticsMeta={ Array [ Object { "id": "operatingsystem", "search": "/hosts?search=os_title=~VAL~", "title": "OS Distribution", "url": "statistics/operatingsystem", }, Object { "id": "architecture", "search": "/hosts?search=facts.architecture=~VAL~", "title": "Architecture Distribution", "url": "statistics/architecture", }, ] } /> </PageLayout> `;
Version data entries
4 entries across 4 versions & 1 rubygems