mirror of
https://github.com/ansible/awx.git
synced 2026-04-14 06:29:25 -02:30
Fixing warnings from rebase
This commit is contained in:
@@ -57,8 +57,7 @@ function InventoryDetail({ inventory }) {
|
|||||||
const { organization, user_capabilities: userCapabilities } =
|
const { organization, user_capabilities: userCapabilities } =
|
||||||
inventory.summary_fields;
|
inventory.summary_fields;
|
||||||
|
|
||||||
const prevent_instance_group_fallback =
|
const { prevent_instance_group_fallback } = inventory;
|
||||||
inventory.prevent_instance_group_fallback;
|
|
||||||
|
|
||||||
const deleteDetailsRequests =
|
const deleteDetailsRequests =
|
||||||
relatedResourceDeleteRequests.inventory(inventory);
|
relatedResourceDeleteRequests.inventory(inventory);
|
||||||
|
|||||||
@@ -194,9 +194,7 @@ const getInventoryHelpTextStrings = () => ({
|
|||||||
preventInstanceGroupFallback: t`If enabled, the inventory will prevent adding any organization instance groups to the list of preferred instances groups to run associated job templates on.
|
preventInstanceGroupFallback: t`If enabled, the inventory will prevent adding any organization instance groups to the list of preferred instances groups to run associated job templates on.
|
||||||
Note: If this setting is enabled and you provided an empty list, the global instance groups will be applied.`,
|
Note: If this setting is enabled and you provided an empty list, the global instance groups will be applied.`,
|
||||||
enabledOptions: (
|
enabledOptions: (
|
||||||
<>
|
<p>{t`Prevent Instance Group Fallback: If enabled, the inventory will prevent adding any organization instance groups to the list of preferred instances groups to run associated job templates on.`}</p>
|
||||||
<p>{t`Prevent Instance Group Fallback: If enabled, the inventory will prevent adding any organization instance groups to the list of preferred instances groups to run associated job templates on.`}</p>
|
|
||||||
</>
|
|
||||||
),
|
),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user