Sha256: 5d0fc1180a9695cdb77e12c244b0ab3c5556d0ed43b4d9d22d5a457420d8362f

Contents?: true

Size: 353 Bytes

Versions: 16

Compression:

Stored size: 353 Bytes

Contents

import {
  selectAPIResponse,
} from 'foremanReact/redux/API/APISelectors';

import { GET_CONTENT_CREDENTIALS_KEY } from './ContentCredentialConstants';

export const selectContentCredentials = (state) => {
  const response = selectAPIResponse(state, GET_CONTENT_CREDENTIALS_KEY);
  return response.results;
};

export default selectContentCredentials;

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
katello-4.4.2.2 webpack/scenes/ContentCredentials/ContentCredentialSelectors.js
katello-4.4.2.1 webpack/scenes/ContentCredentials/ContentCredentialSelectors.js
katello-4.4.2 webpack/scenes/ContentCredentials/ContentCredentialSelectors.js
katello-4.4.1 webpack/scenes/ContentCredentials/ContentCredentialSelectors.js
katello-4.5.0.rc1 webpack/scenes/ContentCredentials/ContentCredentialSelectors.js
katello-4.4.0.2 webpack/scenes/ContentCredentials/ContentCredentialSelectors.js
katello-4.4.0.1 webpack/scenes/ContentCredentials/ContentCredentialSelectors.js
katello-4.3.1 webpack/scenes/ContentCredentials/ContentCredentialSelectors.js
katello-4.4.0 webpack/scenes/ContentCredentials/ContentCredentialSelectors.js
katello-4.4.0.rc2 webpack/scenes/ContentCredentials/ContentCredentialSelectors.js
katello-4.4.0.rc1 webpack/scenes/ContentCredentials/ContentCredentialSelectors.js
katello-4.3.0 webpack/scenes/ContentCredentials/ContentCredentialSelectors.js
katello-4.3.0.rc4 webpack/scenes/ContentCredentials/ContentCredentialSelectors.js
katello-4.3.0.rc3 webpack/scenes/ContentCredentials/ContentCredentialSelectors.js
katello-4.3.0.rc2.1 webpack/scenes/ContentCredentials/ContentCredentialSelectors.js
katello-4.3.0.rc2 webpack/scenes/ContentCredentials/ContentCredentialSelectors.js