Sha256: c668d3cb636c13b5b50098c52c7e71a0991ac3ce170153b74cf733cfe893b926

Contents?: true

Size: 1.67 KB

Versions: 86

Compression:

Stored size: 1.67 KB

Contents

// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`TargetingHosts renders 1`] = `
<LoadingState
  additionalClasses=""
  loading={false}
  loadingText="Loading"
  size="lg"
  timeout={300}
>
  <div>
    <table
      className="table table-bordered table-striped table-hover"
    >
      <thead>
        <tr>
          <th>
            Host
          </th>
          <th>
            Status
          </th>
          <th>
            Actions
          </th>
        </tr>
      </thead>
      <tbody>
        <HostItem
          actions={Array []}
          key="host"
          link="/link"
          name="host"
          status="success"
        />
        <HostItem
          actions={Array []}
          key="host2"
          link="/link2"
          name="host2"
          status="success"
        />
      </tbody>
    </table>
  </div>
</LoadingState>
`;

exports[`TargetingHosts renders with error 1`] = `
<Alert
  className=""
  onDismiss={null}
  type="error"
>
  There was an error while updating the status, try refreshing the page.
</Alert>
`;

exports[`TargetingHosts renders with loading 1`] = `
<LoadingState
  additionalClasses=""
  loading={true}
  loadingText="Loading"
  size="lg"
  timeout={300}
>
  <div>
    <table
      className="table table-bordered table-striped table-hover"
    >
      <thead>
        <tr>
          <th>
            Host
          </th>
          <th>
            Status
          </th>
          <th>
            Actions
          </th>
        </tr>
      </thead>
      <tbody>
        <tr>
          <td
            colSpan="3"
          >
            No hosts found.
          </td>
        </tr>
      </tbody>
    </table>
  </div>
</LoadingState>
`;

Version data entries

86 entries across 86 versions & 1 rubygems

Version Path
foreman_remote_execution-14.1.1 webpack/react_app/components/TargetingHosts/__tests__/__snapshots__/TargetingHosts.test.js.snap
foreman_remote_execution-14.1.0 webpack/react_app/components/TargetingHosts/__tests__/__snapshots__/TargetingHosts.test.js.snap
foreman_remote_execution-14.0.2 webpack/react_app/components/TargetingHosts/__tests__/__snapshots__/TargetingHosts.test.js.snap
foreman_remote_execution-14.0.1 webpack/react_app/components/TargetingHosts/__tests__/__snapshots__/TargetingHosts.test.js.snap
foreman_remote_execution-13.2.6 webpack/react_app/components/TargetingHosts/__tests__/__snapshots__/TargetingHosts.test.js.snap
foreman_remote_execution-14.0.0 webpack/react_app/components/TargetingHosts/__tests__/__snapshots__/TargetingHosts.test.js.snap
foreman_remote_execution-13.2.5 webpack/react_app/components/TargetingHosts/__tests__/__snapshots__/TargetingHosts.test.js.snap
foreman_remote_execution-13.2.4 webpack/react_app/components/TargetingHosts/__tests__/__snapshots__/TargetingHosts.test.js.snap
foreman_remote_execution-13.2.3 webpack/react_app/components/TargetingHosts/__tests__/__snapshots__/TargetingHosts.test.js.snap
foreman_remote_execution-13.2.2 webpack/react_app/components/TargetingHosts/__tests__/__snapshots__/TargetingHosts.test.js.snap
foreman_remote_execution-12.0.7 webpack/react_app/components/TargetingHosts/__tests__/__snapshots__/TargetingHosts.test.js.snap
foreman_remote_execution-13.2.1 webpack/react_app/components/TargetingHosts/__tests__/__snapshots__/TargetingHosts.test.js.snap
foreman_remote_execution-13.2.0 webpack/react_app/components/TargetingHosts/__tests__/__snapshots__/TargetingHosts.test.js.snap
foreman_remote_execution-10.1.3 webpack/react_app/components/TargetingHosts/__tests__/__snapshots__/TargetingHosts.test.js.snap
foreman_remote_execution-13.0.0 webpack/react_app/components/TargetingHosts/__tests__/__snapshots__/TargetingHosts.test.js.snap
foreman_remote_execution-12.0.5 webpack/react_app/components/TargetingHosts/__tests__/__snapshots__/TargetingHosts.test.js.snap
foreman_remote_execution-12.0.4 webpack/react_app/components/TargetingHosts/__tests__/__snapshots__/TargetingHosts.test.js.snap
foreman_remote_execution-12.0.1 webpack/react_app/components/TargetingHosts/__tests__/__snapshots__/TargetingHosts.test.js.snap
foreman_remote_execution-12.0.2 webpack/react_app/components/TargetingHosts/__tests__/__snapshots__/TargetingHosts.test.js.snap
foreman_remote_execution-11.1.3 webpack/react_app/components/TargetingHosts/__tests__/__snapshots__/TargetingHosts.test.js.snap