mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-21 15:10:23 +00: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:
parent
9ba92d9495
commit
b823bb04d2
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue