show created_on, last_modified for domain, mailbox

This commit is contained in:
FreddleSpl0it
2022-11-11 09:22:58 +01:00
parent 79982e0e8d
commit c8f69ffe77
20 changed files with 100 additions and 2 deletions

View File

@@ -572,6 +572,18 @@ jQuery(function($){
defaultContent: '',
className: 'none'
},
{
title: lang.created_on,
data: 'created',
defaultContent: '',
className: 'none'
},
{
title: lang.last_modified,
data: 'modified',
defaultContent: '',
className: 'none'
},
{
title: 'Tags',
data: 'tags',
@@ -1008,6 +1020,18 @@ jQuery(function($){
defaultContent: '',
responsivePriority: 5
},
{
title: lang.created_on,
data: 'created',
defaultContent: '',
className: 'none'
},
{
title: lang.last_modified,
data: 'modified',
defaultContent: '',
className: 'none'
},
{
title: 'Tags',
data: 'tags',