From aafc0d504772208e1e62e568c552bb913d6a50f9 Mon Sep 17 00:00:00 2001 From: guerler Date: Tue, 28 Nov 2023 19:43:44 +0300 Subject: [PATCH] Allow per field conditions, adjust displaying of purged users --- client/src/components/Grid/GridList.vue | 57 ++++++++++--------- .../src/components/Grid/configs/adminUsers.ts | 3 +- 2 files changed, 32 insertions(+), 28 deletions(-) diff --git a/client/src/components/Grid/GridList.vue b/client/src/components/Grid/GridList.vue index 9fd3f4a78bd0..76a5c1767109 100644 --- a/client/src/components/Grid/GridList.vue +++ b/client/src/components/Grid/GridList.vue @@ -1,6 +1,6 @@