mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Fixing warnings from rebase
This commit is contained in:
parent
420b3c8b84
commit
a95a76ec56
@ -57,8 +57,7 @@ function InventoryDetail({ inventory }) {
|
||||
const { organization, user_capabilities: userCapabilities } =
|
||||
inventory.summary_fields;
|
||||
|
||||
const prevent_instance_group_fallback =
|
||||
inventory.prevent_instance_group_fallback;
|
||||
const { prevent_instance_group_fallback } = inventory;
|
||||
|
||||
const deleteDetailsRequests =
|
||||
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.
|
||||
Note: If this setting is enabled and you provided an empty list, the global instance groups will be applied.`,
|
||||
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>
|
||||
),
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user