Sha256: 1a23cb40027dfbb87190baa31c9c597534fe84721c740565c6ff73384a8b6126
Contents?: true
Size: 1.12 KB
Versions: 4
Compression:
Stored size: 1.12 KB
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`StatisticsChartsList rendering should render no panels for empty data 1`] = ` <div className="statistics-charts-list-root cards-pf" /> `; exports[`StatisticsChartsList rendering should render two panels for fixtures data 1`] = ` <div className="statistics-charts-list-root cards-pf" > <ConnectedChartBox chart={ Object { "id": "operatingsystem", "search": "/hosts?search=os_title=~VAL~", "title": "OS Distribution", "url": "statistics/operatingsystem", } } className="" config="regular" errorText="" key="operatingsystem" noDataMsg="No data available" tip="Expand the chart" type="donut" /> <ConnectedChartBox chart={ Object { "id": "architecture", "search": "/hosts?search=facts.architecture=~VAL~", "title": "Architecture Distribution", "url": "statistics/architecture", } } className="" config="regular" errorText="" key="architecture" noDataMsg="No data available" tip="Expand the chart" type="donut" /> </div> `;
Version data entries
4 entries across 4 versions & 1 rubygems