From 2c88b5d9c15487a796f65beea6c102b1ef04016f Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Thu, 24 Dec 2015 17:20:58 +0100 Subject: Added table to manage TPS user profiles. The TPS UI has been modified to provide a table as an interface to manage the user profiles. When adding a profile, the profile can be selected from a list of available profiles. The UserService and UGSubsystem have been modified to allow adding a user with no assigned profiles. https://fedorahosted.org/pki/ticket/1478 --- base/tps/shared/webapps/tps/ui/user.html | 78 +++++++++++++++++++++++++++++++- 1 file changed, 76 insertions(+), 2 deletions(-) (limited to 'base/tps/shared/webapps/tps/ui') diff --git a/base/tps/shared/webapps/tps/ui/user.html b/base/tps/shared/webapps/tps/ui/user.html index 9a9f9505b..79867f900 100644 --- a/base/tps/shared/webapps/tps/ui/user.html +++ b/base/tps/shared/webapps/tps/ui/user.html @@ -51,7 +51,81 @@

- -
+ +
+ +

Profiles

+ + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Profile ID
${id}
+
+ Total: 0 entries +
+
+
    +
  • +
  • +
+ + of 1 + +
    +
  • +
  • +
+
+
+ +
+ + -- cgit