WebAdmin: make the description visible in IP lists page

Fixes #1631

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino 2024-05-23 20:07:49 +02:00
parent 9ba92d9495
commit b823bb04d2
No known key found for this signature in database
GPG key ID: 935D2952DEC4EECF

View file

@ -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);