Sha256: 03b4422de5710f9d68088f414e3e422319c74b6e051574f9cb613fecf31d0bf5
Contents?: true
Size: 1.96 KB
Versions: 40
Compression:
Stored size: 1.96 KB
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Module streams page should render and contain appropiate components 1`] = ` <GenericContentPage autocompleteEndpoint="/katello/api/v2/module_streams" autocompleteQueryParams={ Object { "organization_id": 1, } } bookmarkController="katello_module_streams" content={Object {}} header="Module Streams" initialInputValue="" onPaginationChange={[Function]} onSearch={[Function]} tableSchema={ Array [ Object { "cell": Object { "formatters": Array [ [Function], ], }, "header": Object { "formatters": Array [ [Function], ], "label": "Name", }, "property": "name", }, Object { "cell": Object { "formatters": Array [ [Function], ], }, "header": Object { "formatters": Array [ [Function], ], "label": "Stream", }, "property": "stream", }, Object { "cell": Object { "formatters": Array [ [Function], ], }, "header": Object { "formatters": Array [ [Function], ], "label": "Version", }, "property": "version", }, Object { "cell": Object { "formatters": Array [ [Function], ], }, "header": Object { "formatters": Array [ [Function], ], "label": "Context", }, "property": "context", }, Object { "cell": Object { "formatters": Array [ [Function], ], }, "header": Object { "formatters": Array [ [Function], ], "label": "Arch", }, "property": "arch", }, ] } updateSearchQuery={[Function]} /> `;
Version data entries
40 entries across 40 versions & 1 rubygems