From 699b28acaae9efac883c42544b303787a53d6338 Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Thu, 23 May 2024 20:07:49 +0200 Subject: [PATCH] WebAdmin: make the description visible in IP lists page Fixes #1631 Signed-off-by: Nicola Murino --- templates/webadmin/iplists.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/webadmin/iplists.html b/templates/webadmin/iplists.html index e34ba23c..2c792e3e 100644 --- a/templates/webadmin/iplists.html +++ b/templates/webadmin/iplists.html @@ -329,7 +329,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com). }, { data: "description", - visible: false, + visible: true, render: function(data, type, row) { if (type === 'display') { return escapeHTML(data);