mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 18:07:36 -02:30
Ran prettier
This commit is contained in:
@@ -238,7 +238,9 @@ function CredentialDetail({ i18n, credential }) {
|
|||||||
</DetailList>
|
</DetailList>
|
||||||
{Object.keys(inputSources).length > 0 && (
|
{Object.keys(inputSources).length > 0 && (
|
||||||
<PluginFieldText>
|
<PluginFieldText>
|
||||||
{i18n._(t`* This field will be retrieved from an external secret management system using the specified credential.`)}
|
{i18n._(
|
||||||
|
t`* This field will be retrieved from an external secret management system using the specified credential.`
|
||||||
|
)}
|
||||||
</PluginFieldText>
|
</PluginFieldText>
|
||||||
)}
|
)}
|
||||||
<CardActionsRow>
|
<CardActionsRow>
|
||||||
|
|||||||
Reference in New Issue
Block a user