mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 23:00:55 +03:00
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:
@@ -329,7 +329,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
data: "description",
|
data: "description",
|
||||||
visible: false,
|
visible: true,
|
||||||
render: function(data, type, row) {
|
render: function(data, type, row) {
|
||||||
if (type === 'display') {
|
if (type === 'display') {
|
||||||
return escapeHTML(data);
|
return escapeHTML(data);
|
||||||
|
|||||||
Reference in New Issue
Block a user