From a2c1ab8567e887cf38e3c187a2e2e3aba3599bf9 Mon Sep 17 00:00:00 2001 From: Art Date: Mon, 20 Sep 2021 18:25:02 +0300 Subject: [PATCH] 160. Adding users to the table (#21) --- .../app/component/user/user.component.html | 24 ++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) 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 5fc522b..ed15c26 100644 --- a/support-portal-frontend/src/app/component/user/user.component.html +++ b/support-portal-frontend/src/app/component/user/user.component.html @@ -44,8 +44,9 @@
-
@@ -63,18 +64,19 @@ - + - + - 123456 - Art - Shyshkin - art.shyshkin - art.shyshkin@example.com + {{appUser?.userId}} + {{appUser?.firstName}} + {{appUser?.lastName}} + {{appUser?.username}} + {{appUser?.email}} - Active - Inactive + Active + Inactive