Sha256: 0a5aa50f2d0e2aae0e4c1931dcdbc2ae6d7b7349b3ca0eaf41f18e2fc10637fc

Contents?: true

Size: 1.04 KB

Versions: 65

Compression:

Stored size: 1.04 KB

Contents

import { getControllerSearchProps } from 'foremanReact/constants';

export const TASKS_TABLE_ID = 'TASKS_TABLE';

export const SELECT_ROWS = 'SELECT_ROWS';
export const UNSELECT_ROWS = 'UNSELECT_ROWS';
export const UNSELECT_ALL_ROWS = 'UNSELECT_ALL_ROWS';
export const SELECT_ALL_ROWS = 'SELECT_ALL_ROWS';
export const OPEN_SELECT_ALL = 'OPEN_SELECT_ALL';

export const BULK_CANCEL_PATH = 'bulk_cancel';
export const BULK_RESUME_PATH = 'bulk_resume';
export const BULK_FORCE_CANCEL_PATH = 'bulk_stop';

export const CANCEL_MODAL = 'cancelConfirmModal';
export const RESUME_MODAL = 'resumeConfirmModal';
export const CANCEL_SELECTED_MODAL = 'cancelSelectedConfirmModal';
export const RESUME_SELECTED_MODAL = 'resumeSelectedConfirmModal';
export const CONFIRM_MODAL = 'ConfirmModal';
export const FORCE_UNLOCK_SELECTED_MODAL = 'forceUnlockSelectedConfirmModal';

export const UPDATE_CLICKED = 'UPDATE_CLICKED';
export const UPDATE_MODAL = 'UPDATE_MODAL';

export const TASKS_SEARCH_PROPS = {
  ...getControllerSearchProps('tasks'),
  controller: 'foreman_tasks_tasks',
};

Version data entries

65 entries across 65 versions & 1 rubygems

Version Path
foreman-tasks-10.0.2 webpack/ForemanTasks/Components/TasksTable/TasksTableConstants.js
foreman-tasks-10.0.1 webpack/ForemanTasks/Components/TasksTable/TasksTableConstants.js
foreman-tasks-10.0.0 webpack/ForemanTasks/Components/TasksTable/TasksTableConstants.js
foreman-tasks-9.2.3 webpack/ForemanTasks/Components/TasksTable/TasksTableConstants.js
foreman-tasks-9.2.2 webpack/ForemanTasks/Components/TasksTable/TasksTableConstants.js
foreman-tasks-9.2.1 webpack/ForemanTasks/Components/TasksTable/TasksTableConstants.js
foreman-tasks-9.2.0 webpack/ForemanTasks/Components/TasksTable/TasksTableConstants.js
foreman-tasks-9.1.1 webpack/ForemanTasks/Components/TasksTable/TasksTableConstants.js
foreman-tasks-9.0.4 webpack/ForemanTasks/Components/TasksTable/TasksTableConstants.js
foreman-tasks-9.1.0 webpack/ForemanTasks/Components/TasksTable/TasksTableConstants.js
foreman-tasks-9.0.2 webpack/ForemanTasks/Components/TasksTable/TasksTableConstants.js
foreman-tasks-9.0.1 webpack/ForemanTasks/Components/TasksTable/TasksTableConstants.js
foreman-tasks-8.3.3 webpack/ForemanTasks/Components/TasksTable/TasksTableConstants.js
foreman-tasks-9.0.0 webpack/ForemanTasks/Components/TasksTable/TasksTableConstants.js
foreman-tasks-8.2.1 webpack/ForemanTasks/Components/TasksTable/TasksTableConstants.js
foreman-tasks-8.1.4 webpack/ForemanTasks/Components/TasksTable/TasksTableConstants.js
foreman-tasks-8.3.2 webpack/ForemanTasks/Components/TasksTable/TasksTableConstants.js
foreman-tasks-8.3.1 webpack/ForemanTasks/Components/TasksTable/TasksTableConstants.js
foreman-tasks-8.1.3 webpack/ForemanTasks/Components/TasksTable/TasksTableConstants.js
foreman-tasks-8.3.0 webpack/ForemanTasks/Components/TasksTable/TasksTableConstants.js