1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-13 18:06:01 +00:00

add temporary email description

This commit is contained in:
Filip Marek
2024-08-09 17:23:48 +02:00
parent ed2837edd8
commit 60ca25026d
29 changed files with 70 additions and 46 deletions

View File

@@ -202,6 +202,11 @@ jQuery(function($){
data: 'address',
defaultContent: ''
},
{
title: lang.description,
data: 'description',
defaultContent: ''
},
{
title: lang.alias_valid_until,
data: 'validity',