X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=dashboard%2Fwebapp-frontend%2Fsrc%2Fapp%2Fuser%2Fuser.component.html;fp=dashboard%2Fwebapp-frontend%2Fsrc%2Fapp%2Fuser%2Fuser.component.html;h=5bffc796576ba5b32fb14b1da596a220673b2a7c;hb=64a5e9470799236f0af4ce2df98f77c94eb1bed3;hp=0000000000000000000000000000000000000000;hpb=a0180adc6a1e1ec09472549596428b70d48db3fc;p=portal%2Fric-dashboard.git diff --git a/dashboard/webapp-frontend/src/app/user/user.component.html b/dashboard/webapp-frontend/src/app/user/user.component.html new file mode 100644 index 00000000..5bffc796 --- /dev/null +++ b/dashboard/webapp-frontend/src/app/user/user.component.html @@ -0,0 +1,76 @@ + +
+

Users

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