mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
[Connectors][Jira] Edits formatting for required field (#172419)
This commit is contained in:
parent
9ea86b7843
commit
8909f690b3
2 changed files with 9 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 111 KiB After Width: | Height: | Size: 110 KiB |
|
@ -17,6 +17,7 @@ import {
|
|||
EuiFlexGroup,
|
||||
EuiFlexItem,
|
||||
EuiSpacer,
|
||||
EuiText,
|
||||
} from '@elastic/eui';
|
||||
import type { ActionParamsProps } from '@kbn/triggers-actions-ui-plugin/public';
|
||||
import {
|
||||
|
@ -283,8 +284,15 @@ const JiraParamsFields: React.FunctionComponent<ActionParamsProps<JiraActionPara
|
|||
incident.summary !== undefined
|
||||
}
|
||||
label={i18n.translate('xpack.stackConnectors.components.jira.summaryFieldLabel', {
|
||||
defaultMessage: 'Summary (required)',
|
||||
defaultMessage: 'Summary',
|
||||
})}
|
||||
labelAppend={
|
||||
<EuiText size="xs" color="subdued">
|
||||
{i18n.translate('xpack.stackConnectors.components.jira.summaryFieldRequiredLabel', {
|
||||
defaultMessage: 'Required',
|
||||
})}
|
||||
</EuiText>
|
||||
}
|
||||
>
|
||||
<TextFieldWithMessageVariables
|
||||
index={index}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue