diff --git a/support-portal-frontend/src/app/component/user/user.component.html b/support-portal-frontend/src/app/component/user/user.component.html index dbac8e6..cd04f99 100644 --- a/support-portal-frontend/src/app/component/user/user.component.html +++ b/support-portal-frontend/src/app/component/user/user.component.html @@ -19,14 +19,15 @@ Users - - - - - - + + + + + + - + Settings @@ -52,7 +53,8 @@ ngModel (ngModelChange)="searchUsers(searchTerm.value)"> - + New User @@ -94,7 +96,8 @@ - + @@ -400,7 +403,8 @@ Email - + + Role USER @@ -410,6 +414,11 @@ SUPER ADMIN + + Role + + + Profile Picture @@ -458,7 +467,9 @@ - Edit {{editUser.firstName}} {{editUser.lastName}} + Edit {{editUser.firstName}} {{editUser.lastName}} + (read only) + × @@ -468,23 +479,28 @@ First Name - + Last Name - + Username - + Email - + - Role - + Role (read only) + USER HR MANAGER @@ -499,7 +515,7 @@ + class="custom-file-input" [disabled]="!isManager"> {{profileImageFileName}} Choose File @@ -509,14 +525,16 @@ - - Active + + Active (read only) - - Unlocked + + Unlocked (read only) @@ -526,9 +544,9 @@ @@ -539,7 +557,7 @@ + name="profile-image-input" id="profile-image-input" placeholder="file" accept="image/*"/>