From e760c34942e15c41932a42f9357810575da02c30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Fri, 6 Oct 2023 15:36:02 +0200 Subject: [PATCH] feat: collapse the icon column in the list tables --- canaille/core/templates/partial/groups.html | 2 +- canaille/core/templates/partial/users.html | 2 +- canaille/oidc/templates/partial/client_list.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/canaille/core/templates/partial/groups.html b/canaille/core/templates/partial/groups.html index d3afd1f0..3b54ac5b 100644 --- a/canaille/core/templates/partial/groups.html +++ b/canaille/core/templates/partial/groups.html @@ -11,7 +11,7 @@ {% for group in table_form.items_slice %} - + diff --git a/canaille/core/templates/partial/users.html b/canaille/core/templates/partial/users.html index 78d15d10..3dead2df 100644 --- a/canaille/core/templates/partial/users.html +++ b/canaille/core/templates/partial/users.html @@ -23,7 +23,7 @@ {% for watched_user in table_form.items_slice %} {% if user.can_read("photo") %} - + {% if user.can_manage_users and watched_user.locked %} diff --git a/canaille/oidc/templates/partial/client_list.html b/canaille/oidc/templates/partial/client_list.html index 3099e495..f8ae1a89 100644 --- a/canaille/oidc/templates/partial/client_list.html +++ b/canaille/oidc/templates/partial/client_list.html @@ -11,7 +11,7 @@ {% for client in table_form.items_slice %} - + {% if client.logo_uri %} Client logo