mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 22:30:56 +03:00
ip lists page: allow a missing description field
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -330,6 +330,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
|
|||||||
{
|
{
|
||||||
data: "description",
|
data: "description",
|
||||||
visible: true,
|
visible: true,
|
||||||
|
defaultContent: "",
|
||||||
render: function(data, type, row) {
|
render: function(data, type, row) {
|
||||||
if (type === 'display') {
|
if (type === 'display') {
|
||||||
if (data){
|
if (data){
|
||||||
|
|||||||
Reference in New Issue
Block a user