From 196256f378595c976566c459c852aa7993c55b61 Mon Sep 17 00:00:00 2001 From: Nabil Adouani Date: Fri, 19 Nov 2021 10:35:40 +0100 Subject: [PATCH] #2246 Allow sorting users by profile --- .../app/views/components/org/user.list.html | 88 +++++++++++++------ 1 file changed, 63 insertions(+), 25 deletions(-) diff --git a/frontend/app/views/components/org/user.list.html b/frontend/app/views/components/org/user.list.html index ac7eb20dfd..c797c35a0b 100644 --- a/frontend/app/views/components/org/user.list.html +++ b/frontend/app/views/components/org/user.list.html @@ -19,7 +19,8 @@ Login - + @@ -27,12 +28,21 @@ Full Name - + - Profile + + + Profile + + + + + Password API Key MFA @@ -40,13 +50,15 @@ Dates C. - + U. - + @@ -57,26 +69,35 @@ - {{user.locked === false ? 'Active' : 'Locked'}} + {{user.locked === + false ? 'Active' : 'Locked'}} {{user.login}} {{user.name}} - + {{user.profile}} - {{user.hasPassword ? 'Edit password' : 'New password'}} -
+ {{user.hasPassword ? 'Edit password' : 'New + password'}} +
- + - @@ -86,16 +107,22 @@ - Create API Key + Create API Key
- Renew - Revoke - Reveal + Renew + Revoke + Reveal - + + -