mirror of
https://github.com/ansible/awx.git
synced 2026-03-22 19:35:02 -02:30
Adds ouiaId to inventory warning
This commit is contained in:
@@ -59,6 +59,7 @@ function getStep(launchConfig, i18n, formError, resource) {
|
|||||||
warningMessage={
|
warningMessage={
|
||||||
resource.type === 'workflow_job_template' ? (
|
resource.type === 'workflow_job_template' ? (
|
||||||
<InventoryAlert
|
<InventoryAlert
|
||||||
|
ouiaId="InventoryStep-alert"
|
||||||
variant="warning"
|
variant="warning"
|
||||||
isInline
|
isInline
|
||||||
title={i18n._(
|
title={i18n._(
|
||||||
|
|||||||
Reference in New Issue
Block a user