Sha256: 83f2305fe6a00cd8bca51d02a043c7290b325524fc5db99f60a1dcc809c679d4
Contents?: true
Size: 882 Bytes
Versions: 10
Compression:
Stored size: 882 Bytes
Contents
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
10 entries across 10 versions & 1 rubygems