Sha256: ea31881a62ddb4bb426230326939a507c44cdb8dedf95b3745f25bf578e8616b

Contents?: true

Size: 672 Bytes

Versions: 5

Compression:

Stored size: 672 Bytes

Contents

import { getControllerSearchProps } from 'foremanReact/constants';

export const TASKS_TABLE_ID = 'TASKS_TABLE';
export const TASKS_CONTROLLER = 'tasks';
export const TASKS_SUCCESS = 'TASKS_SUCCESS';
export const TASKS_REQUEST = 'TASKS_REQUEST';
export const TASKS_FAILURE = 'TASKS_FAILURE';
export const SELECT_ROWS = 'SELECT_ROWS';
export const UNSELECT_ROWS = 'UNSELECT_ROWS';
export const UNSELECT_ALL_ROWS = 'UNSELECT_ALL_ROWS';
export const CANCEL = 'CANCEL';
export const RESUME = 'RESUME';
export const CLOSED = 'CLOSED';

export const TASKS_TABLE_SELECTED_MODAL = 'TASKS_TABLE_SELECTED_MODAL';
export const TASKS_SEARCH_PROPS = getControllerSearchProps('tasks');

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
foreman-tasks-1.0.0 webpack/ForemanTasks/Components/TasksTable/TasksTableConstants.js
foreman-tasks-0.17.5 webpack/ForemanTasks/Components/TasksTable/TasksTableConstants.js
foreman-tasks-0.17.4 webpack/ForemanTasks/Components/TasksTable/TasksTableConstants.js
foreman-tasks-0.17.3 webpack/ForemanTasks/Components/TasksTable/TasksTableConstants.js
foreman-tasks-0.17.2 webpack/ForemanTasks/Components/TasksTable/TasksTableConstants.js