Sha256: 1e4c05d076719a6fe35705d4e98affced81e2479b8b75bfeb1a6d2540aeb3b84
Contents?: true
Size: 982 Bytes
Versions: 33
Compression:
Stored size: 982 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`TasksDashboard rendering render without Props 1`] = ` <Grid bsClass="container" className="tasks-dashboard-grid" componentClass="div" fluid={true} > <TasksTimeRow time="H24" updateTime={[Function]} /> <TasksCardsGrid data={ Object { "paused": Object { "last": 0, "older": 0, }, "running": Object { "last": 0, "older": 0, }, "scheduled": 0, "stopped": Object { "error": Object { "last": 0, "total": 0, }, "success": Object { "last": 0, "total": 0, }, "warning": Object { "last": 0, "total": 0, }, }, } } query={Object {}} time="H24" updateQuery={[Function]} /> <TasksLabelsRow query={Object {}} updateQuery={[Function]} /> </Grid> `;
Version data entries
33 entries across 33 versions & 1 rubygems