Sha256: 86ecd749bb33b990aea0ddc2f56384233fe43e869ea4f0d06a865f408ac5c4cc

Contents?: true

Size: 735 Bytes

Versions: 4

Compression:

Stored size: 735 Bytes

Contents

import { getControllerSearchProps } from 'foremanReact/constants';

export const WEBHOOKS_PAGE_DATA_RESOLVED = 'WEBHOOKS_PAGE_DATA_RESOLVED';
export const WEBHOOKS_PAGE_DATA_FAILED = 'WEBHOOKS_PAGE_DATA_FAILED';
export const WEBHOOKS_PAGE_HIDE_LOADING = 'WEBHOOKS_PAGE_HIDE_LOADING';
export const WEBHOOKS_PAGE_SHOW_LOADING = 'WEBHOOKS_PAGE_SHOW_LOADING';
export const WEBHOOKS_PAGE_CLEAR_ERROR = 'WEBHOOKS_PAGE_CLEAR_ERROR';

export const WEBHOOKS_SEARCH_PROPS = getControllerSearchProps('webhooks');
export const WEBHOOKS_API_PATH = '/api/v2/webhooks?include_permissions=true';
export const WEBHOOKS_PATH = '/webhooks';
export const WEBHOOK_DELETE_MODAL_ID = 'webhookDeleteModal';
export const WEBHOOKS_API_REQUEST_KEY = 'WEBHOOKS';

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
foreman_webhooks-1.0.0 webpack/ForemanWebhooks/Routes/Webhooks/constants.js
foreman_webhooks-0.0.3 webpack/ForemanWebhooks/Routes/Webhooks/constants.js
foreman_webhooks-0.0.2 webpack/ForemanWebhooks/Routes/Webhooks/constants.js
foreman_webhooks-0.0.1 webpack/ForemanWebhooks/Routes/Webhooks/constants.js