From 30b87f5d9c3fd3a27755e3974435afab2a42d081 Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Tue, 21 Nov 2017 14:54:15 +0800 Subject: move self-developed front-end codes to ui/ Change-Id: I0b64661e73d940a577f27ded9322086788e4f5f3 Signed-off-by: SerenaFeng --- .../ui/components/profile/profile.html | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 testapi/opnfv_testapi/ui/components/profile/profile.html (limited to 'testapi/opnfv_testapi/ui/components/profile/profile.html') diff --git a/testapi/opnfv_testapi/ui/components/profile/profile.html b/testapi/opnfv_testapi/ui/components/profile/profile.html new file mode 100644 index 0000000..763f5d1 --- /dev/null +++ b/testapi/opnfv_testapi/ui/components/profile/profile.html @@ -0,0 +1,44 @@ +

User profile

+
+
+ + + + + + + + + +
User {{auth.currentUser.user}}
Fullname {{auth.currentUser.fullname}}
Email {{auth.currentUser.email}}
Groups +
+ {{group}}
+
+
+
+
+
+
+
+

User Public Keys

+
+
+ +
+
+
+ +
+ + + + + + + + +
{{pubKey.format}}{{pubKey.shortKey}}{{pubKey.comment}}
+
+
-- cgit 1.2.3-korg