mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
parent
b74883907d
commit
6e4ae71663
97 changed files with 1610 additions and 3238 deletions
|
@ -20,13 +20,13 @@
|
|||
<!-- Changing password -->
|
||||
<div
|
||||
ng-show="changePasswordController.isFormVisible"
|
||||
class="kuiFormPanel mgtForm__panel"
|
||||
class="mgtForm__panel"
|
||||
>
|
||||
<!-- Current password -->
|
||||
<div class="kuiFormSection" ng-if="requireCurrentPassword">
|
||||
<label
|
||||
for="password"
|
||||
class="kuiFormSubLabel mgtForm__subLabel"
|
||||
class="mgtForm__subLabel"
|
||||
i18n-id="xpack.security.management.changePasswordForm.currentPasswordLabel"
|
||||
i18n-default-message="Current password"
|
||||
></label>
|
||||
|
@ -52,7 +52,7 @@
|
|||
<div class="kuiFormSection">
|
||||
<label
|
||||
for="newPassword"
|
||||
class="kuiFormSubLabel mgtForm__subLabel"
|
||||
class="mgtForm__subLabel"
|
||||
i18n-id="xpack.security.management.changePasswordForm.newPasswordLabel"
|
||||
i18n-default-message="New password"
|
||||
></label>
|
||||
|
@ -79,9 +79,9 @@
|
|||
<div class="kuiFormSection">
|
||||
<label
|
||||
for="confirmPassword"
|
||||
class="kuiFormSubLabel mgtForm__subLabel"
|
||||
class="mgtForm__subLabel"
|
||||
i18n-id="xpack.security.management.changePasswordForm.confirmPasswordLabel"
|
||||
i18n-default-message="Confirm password"
|
||||
i18n-default-message="Confirm password"
|
||||
></label>
|
||||
<input
|
||||
type="password"
|
||||
|
@ -108,7 +108,7 @@
|
|||
<span
|
||||
i18n-id="xpack.security.management.changePasswordForm.updateAndRestartKibanaDescription"
|
||||
i18n-default-message="After you change the password for the kibana user, you must update the kibana.yml file and restart Kibana"
|
||||
></span>
|
||||
></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -8,10 +8,14 @@ $securityFormWidth: 460px;
|
|||
|
||||
// Management styles
|
||||
.mgtForm__panel {
|
||||
border: $euiBorderThin;
|
||||
padding: $euiSizeM;
|
||||
max-width: $securityFormWidth;
|
||||
|
||||
.mgtForm__subLabel {
|
||||
margin-bottom: $euiSizeS;
|
||||
display: block;
|
||||
font-weight: $euiFontWeightRegular;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -39,4 +43,4 @@ $securityFormWidth: 460px;
|
|||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
flex-grow: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue