X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fuser%2Fuser.component.html;h=b8cd9cbfd1c4c17a0c80d9716f75d4fb207886bc;hb=52b5162f9ca85034e0def247f4a4e5c1bda85191;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..b8cd9cbf 100644 --- a/webapp-frontend/src/app/user/user.component.html +++ b/webapp-frontend/src/app/user/user.component.html @@ -17,49 +17,60 @@ limitations under the License. ========================LICENSE_END=================================== --> -
-

Users

- -
- -
- +
+

Users

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