mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
This commit is contained in:
parent
6232b1963d
commit
dd8e16a70b
2 changed files with 3 additions and 3 deletions
|
@ -57,7 +57,7 @@ class BasicLoginFormUI extends Component<Props, State> {
|
|||
onChange={this.onUsernameChange}
|
||||
disabled={this.state.isLoading}
|
||||
isInvalid={false}
|
||||
aria-required
|
||||
aria-required={true}
|
||||
inputRef={this.setUsernameInputRef}
|
||||
/>
|
||||
</EuiFormRow>
|
||||
|
@ -79,7 +79,7 @@ class BasicLoginFormUI extends Component<Props, State> {
|
|||
onChange={this.onPasswordChange}
|
||||
disabled={this.state.isLoading}
|
||||
isInvalid={false}
|
||||
aria-required
|
||||
aria-required={true}
|
||||
/>
|
||||
</EuiFormRow>
|
||||
|
||||
|
|
|
@ -96,7 +96,7 @@ class EditRolePageUI extends Component<Props, State> {
|
|||
<Fragment>
|
||||
<EuiSpacer size="s" />
|
||||
<EuiText size="s" color="subdued">
|
||||
<p id="reservedRoleDescription" tabIndex={1}>
|
||||
<p id="reservedRoleDescription" tabIndex={0}>
|
||||
<FormattedMessage
|
||||
id="xpack.security.management.editRole.modifyingReversedRolesDescription"
|
||||
defaultMessage="Reserved roles are built-in and cannot be removed or modified."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue