Sha256: 0c73abd34f4e535a9b48894dcc89fdcbfec1eb4f356d7d3014fa52b637072471

Contents?: true

Size: 686 Bytes

Versions: 11

Compression:

Stored size: 686 Bytes

Contents

export const selectSubscriptionsState = state =>
  state.katello.subscriptions;

export const selectSearchQuery = state =>
  selectSubscriptionsState(state).searchQuery;

export const selectDeleteModalOpened = state =>
  selectSubscriptionsState(state).deleteModalOpened;

export const selectDeleteButtonDisabled = state =>
  selectSubscriptionsState(state).deleteButtonDisabled;

export const selectActivePermissions = state =>
  selectSubscriptionsState(state).activePermissions;

export const selectSubscriptionsTask = state =>
  selectSubscriptionsState(state).task;

export const selectTableSettings = (state, tableName) =>
  state.katello.settings.tables[tableName] || undefined;

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
katello-3.15.3.1 webpack/scenes/Subscriptions/SubscriptionsSelectors.js
katello-3.15.3 webpack/scenes/Subscriptions/SubscriptionsSelectors.js
katello-3.15.2 webpack/scenes/Subscriptions/SubscriptionsSelectors.js
katello-3.16.0.rc2 webpack/scenes/Subscriptions/SubscriptionsSelectors.js
katello-3.15.1.1 webpack/scenes/Subscriptions/SubscriptionsSelectors.js
katello-3.16.0.rc1.1 webpack/scenes/Subscriptions/SubscriptionsSelectors.js
katello-3.15.1 webpack/scenes/Subscriptions/SubscriptionsSelectors.js
katello-3.16.0.rc1 webpack/scenes/Subscriptions/SubscriptionsSelectors.js
katello-3.15.0.1 webpack/scenes/Subscriptions/SubscriptionsSelectors.js
katello-3.15.0 webpack/scenes/Subscriptions/SubscriptionsSelectors.js
katello-3.15.0.rc2 webpack/scenes/Subscriptions/SubscriptionsSelectors.js