mirror of
https://github.com/ceph/ceph
synced 2025-04-01 14:51:13 +00:00
Merge pull request #28863 from votdev/fix_various_issues
mgr/dashboard: Fix issues in user form Reviewed-by: Stephan Müller <smueller@suse.com> Reviewed-by: Tatjana Dehler <tdehler@suse.com> Reviewed-by: Tiago Melo <tmelo@suse.com>
This commit is contained in:
commit
67c8a9c5c2
@ -15,7 +15,7 @@
|
||||
<div class="form-group"
|
||||
[ngClass]="{'has-error': userForm.showError('username', formDir)}">
|
||||
<label class="control-label col-sm-3"
|
||||
for="name">
|
||||
for="username">
|
||||
<ng-container i18n>Username</ng-container>
|
||||
<span class="required"
|
||||
*ngIf="mode !== userFormMode.editing"></span>
|
||||
@ -39,7 +39,7 @@
|
||||
[ngClass]="{'has-error': userForm.showError('password', formDir)}">
|
||||
<label i18n
|
||||
class="control-label col-sm-3"
|
||||
for="name">Password</label>
|
||||
for="password">Password</label>
|
||||
<div class="col-sm-9">
|
||||
<div class="input-group">
|
||||
<input class="form-control"
|
||||
@ -67,7 +67,7 @@
|
||||
[ngClass]="{'has-error': userForm.showError('confirmpassword', formDir)}">
|
||||
<label i18n
|
||||
class="control-label col-sm-3"
|
||||
for="name">Confirm password</label>
|
||||
for="confirmpassword">Confirm password</label>
|
||||
<div class="col-sm-9">
|
||||
<div class="input-group">
|
||||
<input class="form-control"
|
||||
|
Loading…
Reference in New Issue
Block a user