Sha256: 3a98d6b42d886534741577511987932f276f8d6f20e469ee962f1543419b925e

Contents?: true

Size: 849 Bytes

Versions: 11

Compression:

Stored size: 849 Bytes

Contents

const CONTENT_VIEWS_KEY = 'CONTENT_VIEWS';
export const CREATE_CONTENT_VIEW_KEY = 'CONTENT_VIEW_CREATE';
export const COPY_CONTENT_VIEW_KEY = 'CONTENT_VIEW_COPY';
export const UPDATE_CONTENT_VIEW = 'UPDATE_CONTENT_VIEW';
export const UPDATE_CONTENT_VIEW_SUCCESS = 'UPDATE_CONTENT_VIEW_SUCCESS';
export const UPDATE_CONTENT_VIEW_FAILURE = 'UPDATE_CONTENT_VIEW_FAILURE';
export const cvDetailsKey = cvId => `${CONTENT_VIEWS_KEY}_${cvId}`;
export const cvDetailsRepoKey = cvId => `${CONTENT_VIEWS_KEY}_REPOSITORIES_${cvId}`;
export const cvDetailsFilterKey = cvId => `${CONTENT_VIEWS_KEY}_FILTERS_${cvId}`;

// Repo added to content view status display and key
export const ADDED = 'Added';
export const NOT_ADDED = 'Not added';
export const ALL_STATUSES = 'All';

export const REPOSITORY_TYPES = 'REPOSITORY_TYPES';

export default CONTENT_VIEWS_KEY;

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
katello-4.0.3 webpack/scenes/ContentViews/ContentViewsConstants.js
katello-4.0.2.1 webpack/scenes/ContentViews/ContentViewsConstants.js
katello-4.0.2 webpack/scenes/ContentViews/ContentViewsConstants.js
katello-4.0.1.2 webpack/scenes/ContentViews/ContentViewsConstants.js
katello-4.0.1.1 webpack/scenes/ContentViews/ContentViewsConstants.js
katello-4.0.1 webpack/scenes/ContentViews/ContentViewsConstants.js
katello-4.0.0 webpack/scenes/ContentViews/ContentViewsConstants.js
katello-4.0.0.rc3.1 webpack/scenes/ContentViews/ContentViewsConstants.js
katello-4.0.0.rc3 webpack/scenes/ContentViews/ContentViewsConstants.js
katello-4.0.0.rc2 webpack/scenes/ContentViews/ContentViewsConstants.js
katello-4.0.0.rc1 webpack/scenes/ContentViews/ContentViewsConstants.js