From fc3d96993d39fb852bc78005e5d4e18502e3e99e Mon Sep 17 00:00:00 2001 From: Stamatis Katsaounis Date: Wed, 21 Nov 2018 17:11:44 +0200 Subject: Clean HTML code JIRA: DOVETAIL-753 This patch cleans the HTML code, which was in a bad state and not maintainable. Change-Id: Iab19a9af1835a384544f58c13ba5664723306535 Signed-off-by: Stamatis Katsaounis --- .../components/profile/importPubKeyModal.html | 30 ++++----- .../testapi-ui/components/profile/profile.html | 72 +++++++++++++--------- .../components/profile/showPubKeyModal.html | 14 ++--- 3 files changed, 64 insertions(+), 52 deletions(-) (limited to '3rd_party/static/testapi-ui/components/profile') diff --git a/3rd_party/static/testapi-ui/components/profile/importPubKeyModal.html b/3rd_party/static/testapi-ui/components/profile/importPubKeyModal.html index 0f55c27..9252b55 100644 --- a/3rd_party/static/testapi-ui/components/profile/importPubKeyModal.html +++ b/3rd_party/static/testapi-ui/components/profile/importPubKeyModal.html @@ -1,27 +1,27 @@ diff --git a/3rd_party/static/testapi-ui/components/profile/profile.html b/3rd_party/static/testapi-ui/components/profile/profile.html index 98b28df..563adbf 100644 --- a/3rd_party/static/testapi-ui/components/profile/profile.html +++ b/3rd_party/static/testapi-ui/components/profile/profile.html @@ -1,40 +1,52 @@
-

User profile

-
-
+

User profile

+
+
- - - - - - + + + + + + + + + + + + + + + + + +
User name {{auth.currentUser.fullname}}
User OpenId {{auth.currentUser.openid}}
Email {{auth.currentUser.email}}
Role {{auth.currentUser.role}}
User name{{auth.currentUser.fullname}}
User OpenId{{auth.currentUser.openid}}
Email{{auth.currentUser.email}}
Role{{auth.currentUser.role}}
-
-
+
+
-
-
-

User Public Keys

-
-
- -
+
+
+

User Public Keys

+
+
+
+
- - - - - - - - -
{{pubKey.format}}{{pubKey.shortKey}}{{pubKey.comment}}
+ + + + + + + + +
{{pubKey.format}}{{pubKey.shortKey}}{{pubKey.comment}}
-
+
diff --git a/3rd_party/static/testapi-ui/components/profile/showPubKeyModal.html b/3rd_party/static/testapi-ui/components/profile/showPubKeyModal.html index 5f63a5e..d397091 100644 --- a/3rd_party/static/testapi-ui/components/profile/showPubKeyModal.html +++ b/3rd_party/static/testapi-ui/components/profile/showPubKeyModal.html @@ -1,11 +1,11 @@ -- cgit 1.2.3-korg