From 378c9c8866d19c5dff7a74f2a00be58259aca2b2 Mon Sep 17 00:00:00 2001 From: Vladyslav_Prykhodko Date: Thu, 29 Jul 2021 16:45:14 +0300 Subject: [PATCH 1/4] UI: Mail server page add checkbox change password --- .../pages/admin/mail-server.component.html | 9 ++-- .../home/pages/admin/mail-server.component.ts | 51 ++++++++++++++++--- .../src/app/shared/models/settings.models.ts | 4 +- .../assets/locale/locale.constant-en_US.json | 1 + 4 files changed, 53 insertions(+), 12 deletions(-) diff --git a/ui-ngx/src/app/modules/home/pages/admin/mail-server.component.html b/ui-ngx/src/app/modules/home/pages/admin/mail-server.component.html index 1809e28b0a..f6f1b6c880 100644 --- a/ui-ngx/src/app/modules/home/pages/admin/mail-server.component.html +++ b/ui-ngx/src/app/modules/home/pages/admin/mail-server.component.html @@ -39,7 +39,7 @@ admin.smtp-protocol - + {{protocol.toUpperCase()}} @@ -126,10 +126,13 @@ - + + {{ 'admin.change-password' | translate }} + + common.password + placeholder="{{ 'common.enter-password' | translate }}" autocomplete="new-password">