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