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
4d9450a980
commit
699b28acaa
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue