X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fuser%2Fuser.component.html;h=5bffc796576ba5b32fb14b1da596a220673b2a7c;hb=4d016dc92a169835f1ab9b043b32b2775817ff6c;hp=d32a3f2588094908cc5e77b20babf59a4beb5b8e;hpb=226fd436a085f717d4cbf81bf1719bdaf1468414;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/user/user.component.html b/webapp-frontend/src/app/user/user.component.html index d32a3f25..5bffc796 100644 --- a/webapp-frontend/src/app/user/user.component.html +++ b/webapp-frontend/src/app/user/user.component.html @@ -2,7 +2,7 @@ ========================LICENSE_START================================= O-RAN-SC %% - Copyright (C) 2019 AT&T Intellectual Property and Nokia + Copyright (C) 2019 AT&T Intellectual Property %% Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -17,49 +17,60 @@ limitations under the License. ========================LICENSE_END=================================== --> -
-

Users

- -
- -
- +
+

Users

+ +
+ +
+
+ + + Login ID + {{element.loginId}} + + + + First Name + {{element.firstName}} + - - ID - {{element.id}} - + + Last Name + {{element.lastName}} + - - First Name - {{element.firstName}} - + + Active? + {{element.active}} + - - Last Name - {{element.lastName}} - + + Action + +
+ + +
+
+
- - Status - {{element.status}} - + + No records found. + - - Action - -
- - -
-
-
+ + + - - -
+ + +
+
+ +
\ No newline at end of file