Sha256: 95222a0184dda0e850f9dc75e2cb70bba1d6a8a87a21acd8267950e16b48188e

Contents?: true

Size: 943 Bytes

Versions: 35

Compression:

Stored size: 943 Bytes

Contents

import { translate as __ } from 'foremanReact/common/I18n';

const question = __('Are you sure you want to delete the manifest?');
const note = __(`Note: Deleting a subscription manifest is STRONGLY discouraged.
                 Deleting a manifest will:`);
const l1 = __('Delete all subscriptions that are attached to running hosts.');
const l2 = __('Delete all subscriptions attached to activation keys.');
const l3 = __('Disable Red Hat Insights.');
const l4 = __(`Require you to upload the subscription-manifest and re-attach
               subscriptions to hosts and activation keys.`);
const debug = __(`This action should only be taken in extreme circumstances or
                  for debugging purposes.`);

const DeleteManifestModalText = `<p>${question}</p>
<p>${note}</p>
<ul class="list-aligned">
  <li>${l1}</li>
  <li>${l2}</li>
  <li>${l3}</li>
  <li>${l4}</li>
</ul>
<p>${debug}</p>`;

export default DeleteManifestModalText;

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
katello-3.15.0.rc1.1 webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js
katello-3.15.0.rc1 webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js
katello-3.14.1 webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js
katello-3.13.4 webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js
katello-3.14.0 webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js
katello-3.13.3 webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js
katello-3.14.0.rc2 webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js
katello-3.13.2 webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js
katello-3.14.0.rc1 webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js
katello-3.13.1 webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js
katello-3.13.0 webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js
katello-3.13.0.rc2.1 webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js
katello-3.13.0.rc2 webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js
katello-3.12.3 webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js
katello-3.12.2 webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js
katello-3.13.0.rc1 webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js
katello-3.12.1 webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js
katello-3.11.2 webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js
katello-3.10.2 webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js
katello-3.12.0 webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js