Sha256: 15affe410a672be864b927de276cbcdcdfcf5674f6a7829fad20af4dc93b2aa2
Contents?: true
Size: 681 Bytes
Versions: 32
Compression:
Stored size: 681 Bytes
Contents
import { translate as __ } from 'foremanReact/common/I18n'; import { getControllerSearchProps } from 'foremanReact/constants'; import { foremanUrl } from '../ForemanRhCloudHelpers'; export const INSIGHTS_CLOUD_SYNC = 'INSIGHTS_CLOUD_SYNC'; export const INSIGHTS_CLOUD_SYNC_TASK = 'INSIGHTS_CLOUD_SYNC_TASK'; export const INSIGHTS_SYNC_PAGE_TITLE = __('Red Hat Insights'); export const INSIGHTS_PATH = foremanUrl('/foreman_rh_cloud/insights_cloud'); export const INSIGHTS_SAVE_AND_SYNC_PATH = foremanUrl( '/insights_cloud/save_token_and_sync' ); export const INSIGHTS_SEARCH_PROPS = { ...getControllerSearchProps('/insights_cloud/hits'), controller: 'insights_hits', };
Version data entries
32 entries across 32 versions & 1 rubygems